#BD2439

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

Shades of Cardinal #BD2439

Tints of Cardinal #BD2439

Color information

#BD2439 (or 0xBD2439) is unknown color: approx Cardinal. HEX triplet: BD, 24 and 39. RGB value is (189,36,57). Sum of RGB (Red+Green+Blue) = 189+36+57=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2439 is #42DBC6. Grayscale: #545454. Windows color (decimal): -4381639 or 3744957. OLE color: 3744957.

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

Color convert

RGB1893657-
CMYK00.810.700.26
HSL351.76º68%44.12%-
HSV(B)351.76º80.95%74.12%-
XYZ22.3612.385.08-
YUV84.14112.69202.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=67.02%
G=12.77%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189365700.810.700.26351.766844.12
HexBD2439051461A160442c
Octal275447101211063254010454
Binary10111101100100111001010100011000110110101011000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2439; }

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

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

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

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

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

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

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

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