Html Css Color HEX #B0212C Cardinal

📋 copy color: '#B0212C'

red 176 ◦ green 33 ◦ blue 44

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

Shades of Cardinal #B0212C

Tints of Cardinal #B0212C

RGB

 RED value IS 176 (69.14% from 255) = 69.57%

 GREEN value IS 33 (13.28% from 255) = 13.04%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 69.57%
G = 13.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0212C (or 0xB0212C) is known color: Cardinal. HEX triplet: B0, 21 and 2C. RGB value is (176,33,44). Sum of RGB (Red+Green+Blue) = 176+33+44=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0212C is #4FDED3. Grayscale: #4D4D4D. Windows color (decimal): -5234388 or 2892208. OLE color: 2892208.

HSL color Cylindrical-coordinate representation of color #B0212C: hue angle of 355.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0212C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 44 -
CMYK 0 0.81 0.75 0.31
HSL 355.38º 0.68% 0.41% -
HSV(B) 355.38º 0.81% 0.69% -
XYZ 18.9 10.5 3.41 -
YUV 77.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 176 33 44 0 0.81 0.75 0.31 355.38 0.68 0.41
Hex B0 21 2C 0 51 4B 1F 163 44 29
Octal 260 41 54 0 121 113 37 543 104 51
Binary 10110000 100001 101100 0 1010001 1001011 11111 101100011 1000100 101001

Color Harmonies of #B0212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0212C

Black with #B0212C

Text Example


Text Example

White with #B0212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0212C; }

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

 H1.HeaderClassName
 {
   color: #B0212C;
 }
 .AnyTagClassName
 {
   color: #B0212C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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