Html Css Color HEX #B33222 Fire Brick

📋 copy color: '#B33222'

red 179 ◦ green 50 ◦ blue 34

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

Shades of Fire Brick #B33222

Tints of Fire Brick #B33222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

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

R = 68.06%
G = 19.01%
B = 12.93%

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

#B33222 (or 0xB33222) is known color: Fire Brick. HEX triplet: B3, 32 and 22. RGB value is (179,50,34). Sum of RGB (Red+Green+Blue) = 179+50+34=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B33222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33222 is #4CCDDD. Grayscale: #565656. Windows color (decimal): -5033438 or 2241203. OLE color: 2241203.

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

Color convert

RGB 179 50 34 -
CMYK 0 0.72 0.81 0.30
HSL 6.62º 0.68% 0.42% -
HSV(B) 6.62º 0.81% 0.7% -
XYZ 20.02 11.98 2.77 -
YUV 86.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 179 50 34 0 0.72 0.81 0.30 6.62 0.68 0.42
Hex B3 32 22 0 48 51 1E 7 44 2A
Octal 263 62 42 0 110 121 36 7 104 52
Binary 10110011 110010 100010 0 1001000 1010001 11110 111 1000100 101010

Color Harmonies of #B33222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33222

Black with #B33222

Text Example


Text Example

White with #B33222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33222; }

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

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

background-color css

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

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

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

border-color css

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

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

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