#BD1E37

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

Shades of Cardinal #BD1E37

Tints of Cardinal #BD1E37

Color information

#BD1E37 (or 0xBD1E37) is unknown color: approx Cardinal. HEX triplet: BD, 1E and 37. RGB value is (189,30,55). Sum of RGB (Red+Green+Blue) = 189+30+55=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E37 is #42E1C8. Grayscale: #505050. Windows color (decimal): -4383177 or 3612349. OLE color: 3612349.

HSL color Cylindrical-coordinate representation of color #BD1E37: hue angle of 350.57º 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 #BD1E37 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1893055-
CMYK00.840.710.26
HSL350.57º72.6%42.94%-
HSV(B)350.57º84.13%74.12%-
XYZ22.1412.024.77-
YUV80.39113.68205.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.98%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=68.98%
G=10.95%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189305500.840.710.26350.5772.642.94
HexBD1E37054471A15f492b
Octal275366701241073253711153
Binary1011110111110110111010101001000111110101010111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E37; }

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

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

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

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

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

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

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

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