Html Css Color HEX #B22011 Fire Brick

📋 copy color: '#B22011'

red 178 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #B22011

Tints of Fire Brick #B22011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 78.41%
G = 14.1%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22011 (or 0xB22011) is known color: Fire Brick. HEX triplet: B2, 20 and 11. RGB value is (178,32,17). Sum of RGB (Red+Green+Blue) = 178+32+17=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B22011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22011 is #4DDFEE. Grayscale: #4A4A4A. Windows color (decimal): -5103599 or 1122482. OLE color: 1122482.

HSL color Cylindrical-coordinate representation of color #B22011: hue angle of 5.59º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22011 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 17 -
CMYK 0 0.82 0.90 0.30
HSL 5.59º 0.83% 0.38% -
HSV(B) 5.59º 0.9% 0.7% -
XYZ 18.98 10.54 1.56 -
YUV 73.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 178 32 17 0 0.82 0.90 0.30 5.59 0.83 0.38
Hex B2 20 11 0 52 5A 1E 6 53 26
Octal 262 40 21 0 122 132 36 6 123 46
Binary 10110010 100000 10001 0 1010010 1011010 11110 110 1010011 100110

Color Harmonies of #B22011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22011

Black with #B22011

Text Example


Text Example

White with #B22011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22011; }

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

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

background-color css

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

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

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

border-color css

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

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

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