Html Css Color HEX #B33520 Fire Brick

📋 copy color: '#B33520'

red 179 ◦ green 53 ◦ blue 32

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

Shades of Fire Brick #B33520

Tints of Fire Brick #B33520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 67.8%
G = 20.08%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33520 (or 0xB33520) is known color: Fire Brick. HEX triplet: B3, 35 and 20. RGB value is (179,53,32). Sum of RGB (Red+Green+Blue) = 179+53+32=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33520 is #4CCADF. Grayscale: #585858. Windows color (decimal): -5032672 or 2110899. OLE color: 2110899.

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

Color convert

RGB 179 53 32 -
CMYK 0 0.70 0.82 0.30
HSL 8.57º 0.7% 0.41% -
HSV(B) 8.57º 0.82% 0.7% -
XYZ 20.12 12.23 2.67 -
YUV 88.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 179 53 32 0 0.70 0.82 0.30 8.57 0.7 0.41
Hex B3 35 20 0 46 52 1E 9 46 29
Octal 263 65 40 0 106 122 36 11 106 51
Binary 10110011 110101 100000 0 1000110 1010010 11110 1001 1000110 101001

Color Harmonies of #B33520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33520

Black with #B33520

Text Example


Text Example

White with #B33520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33520; }

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

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

background-color css

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

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

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

border-color css

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

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

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