#BD1E45

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

Shades of Cardinal #BD1E45

Tints of Cardinal #BD1E45

Color information

#BD1E45 (or 0xBD1E45) is unknown color: approx Cardinal. HEX triplet: BD, 1E and 45. RGB value is (189,30,69). Sum of RGB (Red+Green+Blue) = 189+30+69=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E45 is #42E1BA. Grayscale: #515151. Windows color (decimal): -4383163 or 4529853. OLE color: 4529853.

HSL color Cylindrical-coordinate representation of color #BD1E45: hue angle of 345.28º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E45 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1893069-
CMYK00.840.630.26
HSL345.28º72.6%42.94%-
HSV(B)345.28º84.13%74.12%-
XYZ22.5212.186.79-
YUV81.99120.68204.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=65.62%
G=10.42%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189306900.840.630.26345.2872.642.94
HexBD1E450543F1A159492b
Octal275361050124773253111153
Binary1011110111110100010101010100111111110101010110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E45; }

 p { color: rgb(189,30,69); }

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

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

 a { background-color: rgb(189,30,69); }

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

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

 span { border-color: rgb(189,30,69); }

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