Html Css Color HEX #B33322 Fire Brick

📋 copy color: '#B33322'

red 179 ◦ green 51 ◦ blue 34

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

Shades of Fire Brick #B33322

Tints of Fire Brick #B33322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 67.8%
G = 19.32%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33322 (or 0xB33322) is known color: Fire Brick. HEX triplet: B3, 33 and 22. RGB value is (179,51,34). Sum of RGB (Red+Green+Blue) = 179+51+34=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33322 is #4CCCDD. Grayscale: #575757. Windows color (decimal): -5033182 or 2241459. OLE color: 2241459.

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

Color convert

RGB 179 51 34 -
CMYK 0 0.72 0.81 0.30
HSL 7.03º 0.68% 0.42% -
HSV(B) 7.03º 0.81% 0.7% -
XYZ 20.06 12.07 2.79 -
YUV 87.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 179 51 34 0 0.72 0.81 0.30 7.03 0.68 0.42
Hex B3 33 22 0 48 51 1E 7 44 2A
Octal 263 63 42 0 110 121 36 7 104 52
Binary 10110011 110011 100010 0 1001000 1010001 11110 111 1000100 101010

Color Harmonies of #B33322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33322

Black with #B33322

Text Example


Text Example

White with #B33322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33322; }

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

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

background-color css

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

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

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

border-color css

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

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

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