#BA253A

Color #BA253A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA253A

Tints of Cardinal #BA253A

Color information

#BA253A (or 0xBA253A) is unknown color: approx Cardinal. HEX triplet: BA, 25 and 3A. RGB value is (186,37,58). Sum of RGB (Red+Green+Blue) = 186+37+58=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA253A is #45DAC5. Grayscale: #545454. Windows color (decimal): -4577990 or 3810746. OLE color: 3810746.

HSL color Cylindrical-coordinate representation of color #BA253A: hue angle of 351.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA253A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1863758-
CMYK00.800.690.27
HSL351.54º66.82%43.73%-
HSV(B)351.54º80.11%72.94%-
XYZ21.6712.075.19-
YUV83.94113.36200.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=66.19%
G=13.17%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186375800.800.690.27351.5466.8243.73
HexBA253A050451B160432c
Octal272457201201053354010354
Binary10111010100101111010010100001000101110111011000001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA253A; }

 p { color: rgb(186,37,58); }

 H1.HeaderClassName
 {
   color: #BA253A;
 }
 .AnyTagClassName
 {
   color: #BA253A;
 }
</style>
background-color css

<style>
 a { background-color: #BA253A; }

 a { background-color: rgb(186,37,58); }

 div.DivClassName
 {
   background-color: #BA253A;
 }
 .BgClassName
 {
   background-color: #BA253A;
 }
</style>
border-color css

<style>
 span { border-color: #BA253A; }

 span { border-color: rgb(186,37,58); }

 td.TdClassName
 {
   border-color: #BA253A;
 }
 .TagClassName
 {
   border-color: #BA253A;
 }
</style>