Html Css Color HEX #B32014 Fire Brick

📋 copy color: '#B32014'

red 179 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #B32014

Tints of Fire Brick #B32014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 77.49%
G = 13.85%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32014 (or 0xB32014) is known color: Fire Brick. HEX triplet: B3, 20 and 14. RGB value is (179,32,20). Sum of RGB (Red+Green+Blue) = 179+32+20=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32014 is #4CDFEB. Grayscale: #4A4A4A. Windows color (decimal): -5038060 or 1319091. OLE color: 1319091.

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

Color convert

RGB 179 32 20 -
CMYK 0 0.82 0.89 0.30
HSL 4.53º 0.8% 0.39% -
HSV(B) 4.53º 0.89% 0.7% -
XYZ 19.23 10.67 1.71 -
YUV 74.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 179 32 20 0 0.82 0.89 0.30 4.53 0.8 0.39
Hex B3 20 14 0 52 59 1E 5 50 27
Octal 263 40 24 0 122 131 36 5 120 47
Binary 10110011 100000 10100 0 1010010 1011001 11110 101 1010000 100111

Color Harmonies of #B32014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32014

Black with #B32014

Text Example


Text Example

White with #B32014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32014; }

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

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

background-color css

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

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

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

border-color css

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

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

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