Html Css Color HEX #B22232 Cardinal

📋 copy color: '#B22232'

red 178 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #B22232

Tints of Cardinal #B22232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 67.94%
G = 12.98%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B22232 (or 0xB22232) is known color: Cardinal. HEX triplet: B2, 22 and 32. RGB value is (178,34,50). Sum of RGB (Red+Green+Blue) = 178+34+50=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B22232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22232 is #4DDDCD. Grayscale: #4E4E4E. Windows color (decimal): -5103054 or 3285682. OLE color: 3285682.

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

Color convert

RGB 178 34 50 -
CMYK 0 0.81 0.72 0.30
HSL 353.33º 0.68% 0.42% -
HSV(B) 353.33º 0.81% 0.7% -
XYZ 19.51 10.84 4.08 -
YUV 78.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 178 34 50 0 0.81 0.72 0.30 353.33 0.68 0.42
Hex B2 22 32 0 51 48 1E 161 44 2A
Octal 262 42 62 0 121 110 36 541 104 52
Binary 10110010 100010 110010 0 1010001 1001000 11110 101100001 1000100 101010

Color Harmonies of #B22232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22232

Black with #B22232

Text Example


Text Example

White with #B22232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22232; }

 p { color: rgb(178,34,50); }

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

background-color css

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

 a { background-color: rgb(178,34,50); }

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

border-color css

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

 span { border-color: rgb(178,34,50); }

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