#BD0E2C

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

Shades of Cardinal #BD0E2C

Tints of Cardinal #BD0E2C

Color information

#BD0E2C (or 0xBD0E2C) is unknown color: approx Cardinal. HEX triplet: BD, 0E and 2C. RGB value is (189,14,44). Sum of RGB (Red+Green+Blue) = 189+14+44=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E2C is #42F1D3. Grayscale: #454545. Windows color (decimal): -4387284 or 2887357. OLE color: 2887357.

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

Color convert

RGB1891444-
CMYK00.930.770.26
HSL349.71º86.21%39.8%-
HSV(B)349.71º92.59%74.12%-
XYZ21.611.313.43-
YUV69.74113.48213.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=76.52%
G=5.67%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189144400.930.770.26349.7186.2139.8
HexBDE2C05D4D1A15e5628
Octal275165401351153253612650
Binary101111011110101100010111011001101110101010111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0E2C; }

 p { color: rgb(189,14,44); }

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

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

 a { background-color: rgb(189,14,44); }

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

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

 span { border-color: rgb(189,14,44); }

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