Html Css Color HEX #B32314 Fire Brick

📋 copy color: '#B32314'

red 179 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #B32314

Tints of Fire Brick #B32314

RGB

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

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

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

R = 76.5%
G = 14.96%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32314 (or 0xB32314) is known color: Fire Brick. HEX triplet: B3, 23 and 14. RGB value is (179,35,20). Sum of RGB (Red+Green+Blue) = 179+35+20=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32314 is #4CDCEB. Grayscale: #4C4C4C. Windows color (decimal): -5037292 or 1319859. OLE color: 1319859.

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

Color convert

RGB 179 35 20 -
CMYK 0 0.80 0.89 0.30
HSL 5.66º 0.8% 0.39% -
HSV(B) 5.66º 0.89% 0.7% -
XYZ 19.32 10.84 1.74 -
YUV 76.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 179 35 20 0 0.80 0.89 0.30 5.66 0.8 0.39
Hex B3 23 14 0 50 59 1E 6 50 27
Octal 263 43 24 0 120 131 36 6 120 47
Binary 10110011 100011 10100 0 1010000 1011001 11110 110 1010000 100111

Color Harmonies of #B32314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32314

Black with #B32314

Text Example


Text Example

White with #B32314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32314; }

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

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

background-color css

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

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

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

border-color css

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

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

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