Html Css Color HEX #BD212C Cardinal

📋 copy color: '#BD212C'

red 189 ◦ green 33 ◦ blue 44

#BD212C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BD212C

Tints of Cardinal #BD212C

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 value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD212C (or 0xBD212C) is known color: 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

RGB 189 33 44 -
CMYK 0 0.83 0.77 0.26
HSL 355.77º 0.7% 0.44% -
HSV(B) 355.77º 0.83% 0.74% -
XYZ 21.98 12.09 3.56 -
YUV 80.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 189 33 44 0 0.83 0.77 0.26 355.77 0.7 0.44
Hex BD 21 2C 0 53 4D 1A 164 46 2C
Octal 275 41 54 0 123 115 32 544 106 54
Binary 10111101 100001 101100 0 1010011 1001101 11010 101100100 1000110 101100

Color Harmonies of #BD212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD212C

Black with #BD212C

Text Example


Text Example

White with #BD212C

Text Example


Text Example

HTML Codes & Css Web 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>