Html Css Color HEX #B22016 Fire Brick

📋 copy color: '#B22016'

red 178 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B22016

Tints of Fire Brick #B22016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 76.72%
G = 13.79%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B22016 (or 0xB22016) is known color: Fire Brick. HEX triplet: B2, 20 and 16. RGB value is (178,32,22). Sum of RGB (Red+Green+Blue) = 178+32+22=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B22016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22016 is #4DDFE9. Grayscale: #4A4A4A. Windows color (decimal): -5103594 or 1450162. OLE color: 1450162.

HSL color Cylindrical-coordinate representation of color #B22016: hue angle of 3.85º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B22016 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 22 -
CMYK 0 0.82 0.88 0.30
HSL 3.85º 0.78% 0.39% -
HSV(B) 3.85º 0.88% 0.7% -
XYZ 19.02 10.56 1.79 -
YUV 74.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 178 32 22 0 0.82 0.88 0.30 3.85 0.78 0.39
Hex B2 20 16 0 52 58 1E 4 4E 27
Octal 262 40 26 0 122 130 36 4 116 47
Binary 10110010 100000 10110 0 1010010 1011000 11110 100 1001110 100111

Color Harmonies of #B22016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22016

Black with #B22016

Text Example


Text Example

White with #B22016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22016; }

 p { color: rgb(178,32,22); }

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

background-color css

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

 a { background-color: rgb(178,32,22); }

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

border-color css

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

 span { border-color: rgb(178,32,22); }

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