Html Css Color HEX #B33017 Fire Brick

📋 copy color: '#B33017'

red 179 ◦ green 48 ◦ blue 23

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

Shades of Fire Brick #B33017

Tints of Fire Brick #B33017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 71.6%
G = 19.2%
B = 9.2%

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

#B33017 (or 0xB33017) is known color: Fire Brick. HEX triplet: B3, 30 and 17. RGB value is (179,48,23). Sum of RGB (Red+Green+Blue) = 179+48+23=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B33017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33017 is #4CCFE8. Grayscale: #545454. Windows color (decimal): -5033961 or 1519795. OLE color: 1519795.

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

Color convert

RGB 179 48 23 -
CMYK 0 0.73 0.87 0.30
HSL 9.62º 0.77% 0.4% -
HSV(B) 9.62º 0.87% 0.7% -
XYZ 19.8 11.76 2.04 -
YUV 84.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 179 48 23 0 0.73 0.87 0.30 9.62 0.77 0.4
Hex B3 30 17 0 49 57 1E A 4D 28
Octal 263 60 27 0 111 127 36 12 115 50
Binary 10110011 110000 10111 0 1001001 1010111 11110 1010 1001101 101000

Color Harmonies of #B33017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33017

Black with #B33017

Text Example


Text Example

White with #B33017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33017; }

 p { color: rgb(179,48,23); }

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

background-color css

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

 a { background-color: rgb(179,48,23); }

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

border-color css

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

 span { border-color: rgb(179,48,23); }

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