Html Css Color HEX #B33522 Fire Brick

📋 copy color: '#B33522'

red 179 ◦ green 53 ◦ blue 34

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

Shades of Fire Brick #B33522

Tints of Fire Brick #B33522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 67.29%
G = 19.92%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33522 (or 0xB33522) is known color: Fire Brick. HEX triplet: B3, 35 and 22. RGB value is (179,53,34). Sum of RGB (Red+Green+Blue) = 179+53+34=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B33522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33522 is #4CCADD. Grayscale: #585858. Windows color (decimal): -5032670 or 2241971. OLE color: 2241971.

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

Color convert

RGB 179 53 34 -
CMYK 0 0.70 0.81 0.30
HSL 7.86º 0.68% 0.42% -
HSV(B) 7.86º 0.81% 0.7% -
XYZ 20.15 12.25 2.81 -
YUV 88.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 179 53 34 0 0.70 0.81 0.30 7.86 0.68 0.42
Hex B3 35 22 0 46 51 1E 8 44 2A
Octal 263 65 42 0 106 121 36 10 104 52
Binary 10110011 110101 100010 0 1000110 1010001 11110 1000 1000100 101010

Color Harmonies of #B33522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33522

Black with #B33522

Text Example


Text Example

White with #B33522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33522; }

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

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

background-color css

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

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

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

border-color css

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

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

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