Html Css Color HEX #B33022 Fire Brick

📋 copy color: '#B33022'

red 179 ◦ green 48 ◦ blue 34

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

Shades of Fire Brick #B33022

Tints of Fire Brick #B33022

RGB

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

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

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

R = 68.58%
G = 18.39%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33022 (or 0xB33022) is known color: Fire Brick. HEX triplet: B3, 30 and 22. RGB value is (179,48,34). Sum of RGB (Red+Green+Blue) = 179+48+34=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B33022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33022 is #4CCFDD. Grayscale: #555555. Windows color (decimal): -5033950 or 2240691. OLE color: 2240691.

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

Color convert

RGB 179 48 34 -
CMYK 0 0.73 0.81 0.30
HSL 5.79º 0.68% 0.42% -
HSV(B) 5.79º 0.81% 0.7% -
XYZ 19.94 11.81 2.74 -
YUV 85.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 179 48 34 0 0.73 0.81 0.30 5.79 0.68 0.42
Hex B3 30 22 0 49 51 1E 6 44 2A
Octal 263 60 42 0 111 121 36 6 104 52
Binary 10110011 110000 100010 0 1001001 1010001 11110 110 1000100 101010

Color Harmonies of #B33022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33022

Black with #B33022

Text Example


Text Example

White with #B33022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33022; }

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

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

background-color css

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

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

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

border-color css

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

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

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