Html Css Color HEX #B32614 Fire Brick

📋 copy color: '#B32614'

red 179 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #B32614

Tints of Fire Brick #B32614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 75.53%
G = 16.03%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32614 (or 0xB32614) is known color: Fire Brick. HEX triplet: B3, 26 and 14. RGB value is (179,38,20). Sum of RGB (Red+Green+Blue) = 179+38+20=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32614 is #4CD9EB. Grayscale: #4E4E4E. Windows color (decimal): -5036524 or 1320627. OLE color: 1320627.

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

Color convert

RGB 179 38 20 -
CMYK 0 0.79 0.89 0.30
HSL 6.79º 0.8% 0.39% -
HSV(B) 6.79º 0.89% 0.7% -
XYZ 19.41 11.02 1.77 -
YUV 78.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 179 38 20 0 0.79 0.89 0.30 6.79 0.8 0.39
Hex B3 26 14 0 4F 59 1E 7 50 27
Octal 263 46 24 0 117 131 36 7 120 47
Binary 10110011 100110 10100 0 1001111 1011001 11110 111 1010000 100111

Color Harmonies of #B32614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32614

Black with #B32614

Text Example


Text Example

White with #B32614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32614; }

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

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

background-color css

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

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

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

border-color css

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

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

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