Html Css Color HEX #B2212B Cardinal

📋 copy color: '#B2212B'

red 178 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #B2212B

Tints of Cardinal #B2212B

RGB

 RED value IS 178 (69.92% from 255) = 70.08%

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 70.08%
G = 12.99%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2212B (or 0xB2212B) is known color: Cardinal. HEX triplet: B2, 21 and 2B. RGB value is (178,33,43). Sum of RGB (Red+Green+Blue) = 178+33+43=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2212B is #4DDED4. Grayscale: #4D4D4D. Windows color (decimal): -5103317 or 2826674. OLE color: 2826674.

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

Color convert

RGB 178 33 43 -
CMYK 0 0.81 0.76 0.30
HSL 355.86º 0.69% 0.41% -
HSV(B) 355.86º 0.81% 0.7% -
XYZ 19.34 10.73 3.34 -
YUV 77.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 178 33 43 0 0.81 0.76 0.30 355.86 0.69 0.41
Hex B2 21 2B 0 51 4C 1E 164 45 29
Octal 262 41 53 0 121 114 36 544 105 51
Binary 10110010 100001 101011 0 1010001 1001100 11110 101100100 1000101 101001

Color Harmonies of #B2212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2212B

Black with #B2212B

Text Example


Text Example

White with #B2212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2212B; }

 p { color: rgb(178,33,43); }

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

background-color css

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

 a { background-color: rgb(178,33,43); }

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

border-color css

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

 span { border-color: rgb(178,33,43); }

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