Html Css Color HEX #B2212F Cardinal

📋 copy color: '#B2212F'

red 178 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #B2212F

Tints of Cardinal #B2212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 68.99%
G = 12.79%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2212F (or 0xB2212F) is known color: Cardinal. HEX triplet: B2, 21 and 2F. RGB value is (178,33,47). Sum of RGB (Red+Green+Blue) = 178+33+47=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2212F is #4DDED0. Grayscale: #4E4E4E. Windows color (decimal): -5103313 or 3088818. OLE color: 3088818.

HSL color Cylindrical-coordinate representation of color #B2212F: hue angle of 354.21º 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 #B2212F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 47 -
CMYK 0 0.81 0.74 0.30
HSL 354.21º 0.69% 0.41% -
HSV(B) 354.21º 0.81% 0.7% -
XYZ 19.42 10.76 3.74 -
YUV 77.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 178 33 47 0 0.81 0.74 0.30 354.21 0.69 0.41
Hex B2 21 2F 0 51 4A 1E 162 45 29
Octal 262 41 57 0 121 112 36 542 105 51
Binary 10110010 100001 101111 0 1010001 1001010 11110 101100010 1000101 101001

Color Harmonies of #B2212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2212F

Black with #B2212F

Text Example


Text Example

White with #B2212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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