#BD212C

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

Shades of Cardinal #BD212C

Tints of Cardinal #BD212C

Color information

#BD212C (or 0xBD212C) is unknown color: approx Cardinal. HEX triplet: BD, 21 and 2C. RGB value is (189,33,44). Sum of RGB (Red+Green+Blue) = 189+33+44=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD212C is #42DED3. Grayscale: #515151. Windows color (decimal): -4382420 or 2892221. OLE color: 2892221.

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

Color convert

RGB1893344-
CMYK00.830.770.26
HSL355.77º70.27%43.53%-
HSV(B)355.77º82.54%74.12%-
XYZ21.9812.093.56-
YUV80.9107.18205.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=71.05%
G=12.41%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189334400.830.770.26355.7770.2743.53
HexBD212C0534D1A164462c
Octal275415401231153254410654
Binary10111101100001101100010100111001101110101011001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD212C; }

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

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

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

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

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

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

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

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