Html Css Color HEX #B32912 Fire Brick

📋 copy color: '#B32912'

red 179 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #B32912

Tints of Fire Brick #B32912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 75.21%
G = 17.23%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32912 (or 0xB32912) is known color: Fire Brick. HEX triplet: B3, 29 and 12. RGB value is (179,41,18). Sum of RGB (Red+Green+Blue) = 179+41+18=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32912 is #4CD6ED. Grayscale: #4F4F4F. Windows color (decimal): -5035758 or 1190323. OLE color: 1190323.

HSL color Cylindrical-coordinate representation of color #B32912: hue angle of 8.57º 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 #B32912 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 18 -
CMYK 0 0.77 0.90 0.30
HSL 8.57º 0.82% 0.39% -
HSV(B) 8.57º 0.9% 0.7% -
XYZ 19.49 11.21 1.71 -
YUV 79.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 179 41 18 0 0.77 0.90 0.30 8.57 0.82 0.39
Hex B3 29 12 0 4D 5A 1E 9 52 27
Octal 263 51 22 0 115 132 36 11 122 47
Binary 10110011 101001 10010 0 1001101 1011010 11110 1001 1010010 100111

Color Harmonies of #B32912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32912

Black with #B32912

Text Example


Text Example

White with #B32912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32912; }

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

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

background-color css

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

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

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

border-color css

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

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

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