Html Css Color HEX #B33122 Fire Brick

📋 copy color: '#B33122'

red 179 ◦ green 49 ◦ blue 34

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

Shades of Fire Brick #B33122

Tints of Fire Brick #B33122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

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

R = 68.32%
G = 18.7%
B = 12.98%

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

#B33122 (or 0xB33122) is known color: Fire Brick. HEX triplet: B3, 31 and 22. RGB value is (179,49,34). Sum of RGB (Red+Green+Blue) = 179+49+34=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B33122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33122 is #4CCEDD. Grayscale: #565656. Windows color (decimal): -5033694 or 2240947. OLE color: 2240947.

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

Color convert

RGB 179 49 34 -
CMYK 0 0.73 0.81 0.30
HSL 6.21º 0.68% 0.42% -
HSV(B) 6.21º 0.81% 0.7% -
XYZ 19.98 11.9 2.76 -
YUV 86.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 179 49 34 0 0.73 0.81 0.30 6.21 0.68 0.42
Hex B3 31 22 0 49 51 1E 6 44 2A
Octal 263 61 42 0 111 121 36 6 104 52
Binary 10110011 110001 100010 0 1001001 1010001 11110 110 1000100 101010

Color Harmonies of #B33122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33122

Black with #B33122

Text Example


Text Example

White with #B33122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33122; }

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

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

background-color css

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

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

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

border-color css

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

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

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