Html Css Color HEX #B32914 Fire Brick

📋 copy color: '#B32914'

red 179 ◦ green 41 ◦ blue 20

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

Shades of Fire Brick #B32914

Tints of Fire Brick #B32914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 74.58%
G = 17.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32914 (or 0xB32914) is known color: Fire Brick. HEX triplet: B3, 29 and 14. RGB value is (179,41,20). Sum of RGB (Red+Green+Blue) = 179+41+20=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32914 is #4CD6EB. Grayscale: #505050. Windows color (decimal): -5035756 or 1321395. OLE color: 1321395.

HSL color Cylindrical-coordinate representation of color #B32914: hue angle of 7.92º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32914 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 20 -
CMYK 0 0.77 0.89 0.30
HSL 7.92º 0.8% 0.39% -
HSV(B) 7.92º 0.89% 0.7% -
XYZ 19.51 11.22 1.8 -
YUV 79.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 179 41 20 0 0.77 0.89 0.30 7.92 0.8 0.39
Hex B3 29 14 0 4D 59 1E 8 50 27
Octal 263 51 24 0 115 131 36 10 120 47
Binary 10110011 101001 10100 0 1001101 1011001 11110 1000 1010000 100111

Color Harmonies of #B32914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32914

Black with #B32914

Text Example


Text Example

White with #B32914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32914; }

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

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

background-color css

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

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

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

border-color css

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

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

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