Html Css Color HEX #B32311 Fire Brick

📋 copy color: '#B32311'

red 179 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #B32311

Tints of Fire Brick #B32311

RGB

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

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

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

R = 77.49%
G = 15.15%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32311 (or 0xB32311) is known color: Fire Brick. HEX triplet: B3, 23 and 11. RGB value is (179,35,17). Sum of RGB (Red+Green+Blue) = 179+35+17=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32311 is #4CDCEE. Grayscale: #4C4C4C. Windows color (decimal): -5037295 or 1123251. OLE color: 1123251.

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

Color convert

RGB 179 35 17 -
CMYK 0 0.80 0.91 0.30
HSL 6.67º 0.83% 0.38% -
HSV(B) 6.67º 0.91% 0.7% -
XYZ 19.29 10.83 1.6 -
YUV 76 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 179 35 17 0 0.80 0.91 0.30 6.67 0.83 0.38
Hex B3 23 11 0 50 5B 1E 7 53 26
Octal 263 43 21 0 120 133 36 7 123 46
Binary 10110011 100011 10001 0 1010000 1011011 11110 111 1010011 100110

Color Harmonies of #B32311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32311

Black with #B32311

Text Example


Text Example

White with #B32311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32311; }

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

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

background-color css

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

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

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

border-color css

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

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

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