Html Css Color HEX #B32018 Fire Brick

📋 copy color: '#B32018'

red 179 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #B32018

Tints of Fire Brick #B32018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 76.17%
G = 13.62%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32018 (or 0xB32018) is known color: Fire Brick. HEX triplet: B3, 20 and 18. RGB value is (179,32,24). Sum of RGB (Red+Green+Blue) = 179+32+24=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B32018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32018 is #4CDFE7. Grayscale: #4B4B4B. Windows color (decimal): -5038056 or 1581235. OLE color: 1581235.

HSL color Cylindrical-coordinate representation of color #B32018: hue angle of 3.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32018 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 24 -
CMYK 0 0.82 0.87 0.30
HSL 3.1º 0.76% 0.4% -
HSV(B) 3.1º 0.87% 0.7% -
XYZ 19.27 10.68 1.91 -
YUV 75.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 179 32 24 0 0.82 0.87 0.30 3.1 0.76 0.4
Hex B3 20 18 0 52 57 1E 3 4C 28
Octal 263 40 30 0 122 127 36 3 114 50
Binary 10110011 100000 11000 0 1010010 1010111 11110 11 1001100 101000

Color Harmonies of #B32018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32018

Black with #B32018

Text Example


Text Example

White with #B32018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32018; }

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

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

background-color css

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

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

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

border-color css

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

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

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