Html Css Color HEX #B7212A Cardinal

📋 copy color: '#B7212A'

red 183 ◦ green 33 ◦ blue 42

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

Shades of Cardinal #B7212A

Tints of Cardinal #B7212A

RGB

 RED value IS 183 (71.88% from 255) = 70.93%

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

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

R = 70.93%
G = 12.79%
B = 16.28%

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

#B7212A (or 0xB7212A) is known color: Cardinal. HEX triplet: B7, 21 and 2A. RGB value is (183,33,42). Sum of RGB (Red+Green+Blue) = 183+33+42=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B7212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7212A is #48DED5. Grayscale: #4E4E4E. Windows color (decimal): -4775638 or 2761143. OLE color: 2761143.

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

Color convert

RGB 183 33 42 -
CMYK 0 0.82 0.77 0.28
HSL 356.4º 0.69% 0.42% -
HSV(B) 356.4º 0.82% 0.72% -
XYZ 20.49 11.32 3.3 -
YUV 78.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 183 33 42 0 0.82 0.77 0.28 356.4 0.69 0.42
Hex B7 21 2A 0 52 4D 1C 164 45 2A
Octal 267 41 52 0 122 115 34 544 105 52
Binary 10110111 100001 101010 0 1010010 1001101 11100 101100100 1000101 101010

Color Harmonies of #B7212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7212A

Black with #B7212A

Text Example


Text Example

White with #B7212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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