Html Css Color HEX #B32308 Fire Brick

📋 copy color: '#B32308'

red 179 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #B32308

Tints of Fire Brick #B32308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 80.63%
G = 15.77%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32308 (or 0xB32308) is known color: Fire Brick. HEX triplet: B3, 23 and 08. RGB value is (179,35,8). Sum of RGB (Red+Green+Blue) = 179+35+8=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32308 is #4CDCF7. Grayscale: #4B4B4B. Windows color (decimal): -5037304 or 533427. OLE color: 533427.

HSL color Cylindrical-coordinate representation of color #B32308: hue angle of 9.47º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32308 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 8 -
CMYK 0 0.80 0.96 0.30
HSL 9.47º 0.91% 0.37% -
HSV(B) 9.47º 0.96% 0.7% -
XYZ 19.24 10.8 1.3 -
YUV 74.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 179 35 8 0 0.80 0.96 0.30 9.47 0.91 0.37
Hex B3 23 8 0 50 60 1E 9 5B 25
Octal 263 43 10 0 120 140 36 11 133 45
Binary 10110011 100011 1000 0 1010000 1100000 11110 1001 1011011 100101

Color Harmonies of #B32308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32308

Black with #B32308

Text Example


Text Example

White with #B32308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32308; }

 p { color: rgb(179,35,8); }

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

background-color css

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

 a { background-color: rgb(179,35,8); }

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

border-color css

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

 span { border-color: rgb(179,35,8); }

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