#BD0F2B

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

Shades of Cardinal #BD0F2B

Tints of Cardinal #BD0F2B

Color information

#BD0F2B (or 0xBD0F2B) is unknown color: approx Cardinal. HEX triplet: BD, 0F and 2B. RGB value is (189,15,43). Sum of RGB (Red+Green+Blue) = 189+15+43=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F2B is #42F0D4. Grayscale: #464646. Windows color (decimal): -4387029 or 2822077. OLE color: 2822077.

HSL color Cylindrical-coordinate representation of color #BD0F2B: hue angle of 350.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F2B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1891543-
CMYK00.920.770.26
HSL350.34º85.29%40%-
HSV(B)350.34º92.06%74.12%-
XYZ21.5911.333.34-
YUV70.22112.65212.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=76.52%
G=6.07%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189154300.920.770.26350.3485.2940
HexBDF2B05C4D1A15e5528
Octal275175301341153253612550
Binary101111011111101011010111001001101110101010111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0F2B; }

 p { color: rgb(189,15,43); }

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

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

 a { background-color: rgb(189,15,43); }

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

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

 span { border-color: rgb(189,15,43); }

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