Html Css Color HEX #B22206 Fire Brick

📋 copy color: '#B22206'

red 178 ◦ green 34 ◦ blue 6

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

Shades of Fire Brick #B22206

Tints of Fire Brick #B22206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 81.65%
G = 15.6%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B22206 (or 0xB22206) is known color: Fire Brick. HEX triplet: B2, 22 and 06. RGB value is (178,34,6). Sum of RGB (Red+Green+Blue) = 178+34+6=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B22206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22206 is #4DDDF9. Grayscale: #4A4A4A. Windows color (decimal): -5103098 or 402098. OLE color: 402098.

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

Color convert

RGB 178 34 6 -
CMYK 0 0.81 0.97 0.30
HSL 9.77º 0.93% 0.36% -
HSV(B) 9.77º 0.97% 0.7% -
XYZ 18.97 10.62 1.22 -
YUV 73.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 178 34 6 0 0.81 0.97 0.30 9.77 0.93 0.36
Hex B2 22 6 0 51 61 1E A 5D 24
Octal 262 42 6 0 121 141 36 12 135 44
Binary 10110010 100010 110 0 1010001 1100001 11110 1010 1011101 100100

Color Harmonies of #B22206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22206

Black with #B22206

Text Example


Text Example

White with #B22206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22206; }

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

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

background-color css

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

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

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

border-color css

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

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

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