Html Css Color HEX #B32013 Fire Brick

📋 copy color: '#B32013'

red 179 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B32013

Tints of Fire Brick #B32013

RGB

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

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

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

R = 77.83%
G = 13.91%
B = 8.26%

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

#B32013 (or 0xB32013) is known color: Fire Brick. HEX triplet: B3, 20 and 13. RGB value is (179,32,19). Sum of RGB (Red+Green+Blue) = 179+32+19=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B32013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32013 is #4CDFEC. Grayscale: #4A4A4A. Windows color (decimal): -5038061 or 1253555. OLE color: 1253555.

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

Color convert

RGB 179 32 19 -
CMYK 0 0.82 0.89 0.30
HSL 4.88º 0.81% 0.39% -
HSV(B) 4.88º 0.89% 0.7% -
XYZ 19.22 10.66 1.66 -
YUV 74.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 179 32 19 0 0.82 0.89 0.30 4.88 0.81 0.39
Hex B3 20 13 0 52 59 1E 5 51 27
Octal 263 40 23 0 122 131 36 5 121 47
Binary 10110011 100000 10011 0 1010010 1011001 11110 101 1010001 100111

Color Harmonies of #B32013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32013

Black with #B32013

Text Example


Text Example

White with #B32013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32013; }

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

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

background-color css

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

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

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

border-color css

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

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

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