#BA2439

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

Shades of Cardinal #BA2439

Tints of Cardinal #BA2439

Color information

#BA2439 (or 0xBA2439) is unknown color: approx Cardinal. HEX triplet: BA, 24 and 39. RGB value is (186,36,57). Sum of RGB (Red+Green+Blue) = 186+36+57=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2439 is #45DBC6. Grayscale: #535353. Windows color (decimal): -4578247 or 3744954. OLE color: 3744954.

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

Color convert

RGB1863657-
CMYK00.810.690.27
HSL351.6º67.57%43.53%-
HSV(B)351.6º80.65%72.94%-
XYZ21.62125.05-
YUV83.24113.2201.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=66.67%
G=12.90%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186365700.810.690.27351.667.5743.53
HexBA2439051451B160442c
Octal272447101211053354010454
Binary10111010100100111001010100011000101110111011000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2439; }

 p { color: rgb(186,36,57); }

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

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

 a { background-color: rgb(186,36,57); }

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

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

 span { border-color: rgb(186,36,57); }

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