Html Css Color HEX #B32006 Fire Brick

📋 copy color: '#B32006'

red 179 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #B32006

Tints of Fire Brick #B32006

RGB

 RED value IS 179 (70.31% from 255) = 82.49%

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

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

R = 82.49%
G = 14.75%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B32006 (or 0xB32006) is known color: Fire Brick. HEX triplet: B3, 20 and 06. RGB value is (179,32,6). Sum of RGB (Red+Green+Blue) = 179+32+6=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B32006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32006 is #4CDFF9. Grayscale: #494949. Windows color (decimal): -5038074 or 401587. OLE color: 401587.

HSL color Cylindrical-coordinate representation of color #B32006: hue angle of 9.02º degrees, saturation: 0.94, 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 #B32006 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 6 -
CMYK 0 0.82 0.97 0.30
HSL 9.02º 0.94% 0.36% -
HSV(B) 9.02º 0.97% 0.7% -
XYZ 19.14 10.63 1.22 -
YUV 72.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 179 32 6 0 0.82 0.97 0.30 9.02 0.94 0.36
Hex B3 20 6 0 52 61 1E 9 5E 24
Octal 263 40 6 0 122 141 36 11 136 44
Binary 10110011 100000 110 0 1010010 1100001 11110 1001 1011110 100100

Color Harmonies of #B32006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32006

Black with #B32006

Text Example


Text Example

White with #B32006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32006; }

 p { color: rgb(179,32,6); }

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

background-color css

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

 a { background-color: rgb(179,32,6); }

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

border-color css

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

 span { border-color: rgb(179,32,6); }

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