Html Css Color HEX #B8212A Cardinal

📋 copy color: '#B8212A'

red 184 ◦ green 33 ◦ blue 42

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

Shades of Cardinal #B8212A

Tints of Cardinal #B8212A

RGB

 RED value IS 184 (72.27% from 255) = 71.04%

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

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 71.04%
G = 12.74%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8212A (or 0xB8212A) is known color: Cardinal. HEX triplet: B8, 21 and 2A. RGB value is (184,33,42). Sum of RGB (Red+Green+Blue) = 184+33+42=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B8212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8212A is #47DED5. Grayscale: #4F4F4F. Windows color (decimal): -4710102 or 2761144. OLE color: 2761144.

HSL color Cylindrical-coordinate representation of color #B8212A: hue angle of 356.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8212A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 42 -
CMYK 0 0.82 0.77 0.28
HSL 356.42º 0.7% 0.43% -
HSV(B) 356.42º 0.82% 0.72% -
XYZ 20.73 11.45 3.31 -
YUV 79.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 184 33 42 0 0.82 0.77 0.28 356.42 0.7 0.43
Hex B8 21 2A 0 52 4D 1C 164 46 2B
Octal 270 41 52 0 122 115 34 544 106 53
Binary 10111000 100001 101010 0 1010010 1001101 11100 101100100 1000110 101011

Color Harmonies of #B8212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8212A

Black with #B8212A

Text Example


Text Example

White with #B8212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8212A; }

 p { color: rgb(184,33,42); }

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

background-color css

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

 a { background-color: rgb(184,33,42); }

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

border-color css

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

 span { border-color: rgb(184,33,42); }

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