Html Css Color HEX #B33223 Fire Brick

📋 copy color: '#B33223'

red 179 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #B33223

Tints of Fire Brick #B33223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 67.8%
G = 18.94%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33223 (or 0xB33223) is known color: Fire Brick. HEX triplet: B3, 32 and 23. RGB value is (179,50,35). Sum of RGB (Red+Green+Blue) = 179+50+35=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33223 is #4CCDDC. Grayscale: #575757. Windows color (decimal): -5033437 or 2306739. OLE color: 2306739.

HSL color Cylindrical-coordinate representation of color #B33223: hue angle of 6.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B33223 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 35 -
CMYK 0 0.72 0.80 0.30
HSL 6.25º 0.67% 0.42% -
HSV(B) 6.25º 0.8% 0.7% -
XYZ 20.03 11.99 2.85 -
YUV 86.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 179 50 35 0 0.72 0.80 0.30 6.25 0.67 0.42
Hex B3 32 23 0 48 50 1E 6 43 2A
Octal 263 62 43 0 110 120 36 6 103 52
Binary 10110011 110010 100011 0 1001000 1010000 11110 110 1000011 101010

Color Harmonies of #B33223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33223

Black with #B33223

Text Example


Text Example

White with #B33223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33223; }

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

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

background-color css

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

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

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

border-color css

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

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

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