Html Css Color HEX #B33118 Fire Brick

📋 copy color: '#B33118'

red 179 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #B33118

Tints of Fire Brick #B33118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 71.03%
G = 19.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33118 (or 0xB33118) is known color: Fire Brick. HEX triplet: B3, 31 and 18. RGB value is (179,49,24). Sum of RGB (Red+Green+Blue) = 179+49+24=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33118 is #4CCEE7. Grayscale: #555555. Windows color (decimal): -5033704 or 1585587. OLE color: 1585587.

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

Color convert

RGB 179 49 24 -
CMYK 0 0.73 0.87 0.30
HSL 9.68º 0.76% 0.4% -
HSV(B) 9.68º 0.87% 0.7% -
XYZ 19.85 11.85 2.1 -
YUV 85.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 179 49 24 0 0.73 0.87 0.30 9.68 0.76 0.4
Hex B3 31 18 0 49 57 1E A 4C 28
Octal 263 61 30 0 111 127 36 12 114 50
Binary 10110011 110001 11000 0 1001001 1010111 11110 1010 1001100 101000

Color Harmonies of #B33118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33118

Black with #B33118

Text Example


Text Example

White with #B33118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33118; }

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

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

background-color css

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

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

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

border-color css

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

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

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