Html Css Color HEX #B32313 Fire Brick

📋 copy color: '#B32313'

red 179 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #B32313

Tints of Fire Brick #B32313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 76.82%
G = 15.02%
B = 8.15%

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

#B32313 (or 0xB32313) is known color: Fire Brick. HEX triplet: B3, 23 and 13. RGB value is (179,35,19). Sum of RGB (Red+Green+Blue) = 179+35+19=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32313 is #4CDCEC. Grayscale: #4C4C4C. Windows color (decimal): -5037293 or 1254323. OLE color: 1254323.

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

Color convert

RGB 179 35 19 -
CMYK 0 0.80 0.89 0.30
HSL 0.81% 0.39% -
HSV(B) 0.89% 0.7% -
XYZ 19.31 10.83 1.69 -
YUV 76.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 179 35 19 0 0.80 0.89 0.30 6 0.81 0.39
Hex B3 23 13 0 50 59 1E 6 51 27
Octal 263 43 23 0 120 131 36 6 121 47
Binary 10110011 100011 10011 0 1010000 1011001 11110 110 1010001 100111

Color Harmonies of #B32313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32313

Black with #B32313

Text Example


Text Example

White with #B32313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32313; }

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

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

background-color css

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

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

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

border-color css

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

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

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