#BD0439

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

Shades of Cardinal #BD0439

Tints of Cardinal #BD0439

Color information

#BD0439 (or 0xBD0439) is unknown color: approx Cardinal. HEX triplet: BD, 04 and 39. RGB value is (189,4,57). Sum of RGB (Red+Green+Blue) = 189+4+57=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0439 is #42FBC6. Grayscale: #414141. Windows color (decimal): -4389831 or 3736765. OLE color: 3736765.

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

Color convert

RGB189457-
CMYK00.980.700.26
HSL342.81º95.85%37.84%-
HSV(B)342.81º97.88%74.12%-
XYZ21.7711.24.89-
YUV65.36123.29216.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.6%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=75.6%
G=1.6%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18945700.980.700.26342.8195.8537.84
HexBD439062461A1576026
Octal27547101421063252714046
Binary10111101100111001011000101000110110101010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0439; }

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

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

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

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

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

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

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

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