Html Css Color HEX #B33226 Fire Brick

📋 copy color: '#B33226'

red 179 ◦ green 50 ◦ blue 38

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

Shades of Fire Brick #B33226

Tints of Fire Brick #B33226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 67.04%
G = 18.73%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B33226 (or 0xB33226) is known color: Fire Brick. HEX triplet: B3, 32 and 26. RGB value is (179,50,38). Sum of RGB (Red+Green+Blue) = 179+50+38=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33226 is #4CCDD9. Grayscale: #575757. Windows color (decimal): -5033434 or 2503347. OLE color: 2503347.

HSL color Cylindrical-coordinate representation of color #B33226: hue angle of 5.11º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33226 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 38 -
CMYK 0 0.72 0.79 0.30
HSL 5.11º 0.65% 0.43% -
HSV(B) 5.11º 0.79% 0.7% -
XYZ 20.08 12 3.09 -
YUV 87.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 179 50 38 0 0.72 0.79 0.30 5.11 0.65 0.43
Hex B3 32 26 0 48 4F 1E 5 41 2B
Octal 263 62 46 0 110 117 36 5 101 53
Binary 10110011 110010 100110 0 1001000 1001111 11110 101 1000001 101011

Color Harmonies of #B33226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33226

Black with #B33226

Text Example


Text Example

White with #B33226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33226; }

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

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

background-color css

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

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

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

border-color css

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

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

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