Html Css Color HEX #B32312 Fire Brick

📋 copy color: '#B32312'

red 179 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #B32312

Tints of Fire Brick #B32312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 77.16%
G = 15.09%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32312 (or 0xB32312) is known color: Fire Brick. HEX triplet: B3, 23 and 12. RGB value is (179,35,18). Sum of RGB (Red+Green+Blue) = 179+35+18=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B32312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32312 is #4CDCED. Grayscale: #4C4C4C. Windows color (decimal): -5037294 or 1188787. OLE color: 1188787.

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

Color convert

RGB 179 35 18 -
CMYK 0 0.80 0.90 0.30
HSL 6.34º 0.82% 0.39% -
HSV(B) 6.34º 0.9% 0.7% -
XYZ 19.3 10.83 1.65 -
YUV 76.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 179 35 18 0 0.80 0.90 0.30 6.34 0.82 0.39
Hex B3 23 12 0 50 5A 1E 6 52 27
Octal 263 43 22 0 120 132 36 6 122 47
Binary 10110011 100011 10010 0 1010000 1011010 11110 110 1010010 100111

Color Harmonies of #B32312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32312

Black with #B32312

Text Example


Text Example

White with #B32312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32312; }

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

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

background-color css

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

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

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

border-color css

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

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

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