#BD1833

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

Shades of Cardinal #BD1833

Tints of Cardinal #BD1833

Color information

#BD1833 (or 0xBD1833) is unknown color: approx Cardinal. HEX triplet: BD, 18 and 33. RGB value is (189,24,51). Sum of RGB (Red+Green+Blue) = 189+24+51=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1833 is #42E7CC. Grayscale: #4C4C4C. Windows color (decimal): -4384717 or 3348669. OLE color: 3348669.

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

Color convert

RGB1892451-
CMYK00.870.730.26
HSL350.18º77.46%41.76%-
HSV(B)350.18º87.3%74.12%-
XYZ21.9111.714.24-
YUV76.41113.66208.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=71.59%
G=9.09%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189245100.870.730.26350.1877.4641.76
HexBD1833057491A15e4d2a
Octal275306301271113253611552
Binary1011110111000110011010101111001001110101010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1833; }

 p { color: rgb(189,24,51); }

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

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

 a { background-color: rgb(189,24,51); }

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

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

 span { border-color: rgb(189,24,51); }

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