Html Css Color HEX #B33320 Fire Brick

📋 copy color: '#B33320'

red 179 ◦ green 51 ◦ blue 32

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

Shades of Fire Brick #B33320

Tints of Fire Brick #B33320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 68.32%
G = 19.47%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33320 (or 0xB33320) is known color: Fire Brick. HEX triplet: B3, 33 and 20. RGB value is (179,51,32). Sum of RGB (Red+Green+Blue) = 179+51+32=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B33320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33320 is #4CCCDF. Grayscale: #575757. Windows color (decimal): -5033184 or 2110387. OLE color: 2110387.

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

Color convert

RGB 179 51 32 -
CMYK 0 0.72 0.82 0.30
HSL 7.76º 0.7% 0.41% -
HSV(B) 7.76º 0.82% 0.7% -
XYZ 20.03 12.06 2.64 -
YUV 87.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 179 51 32 0 0.72 0.82 0.30 7.76 0.7 0.41
Hex B3 33 20 0 48 52 1E 8 46 29
Octal 263 63 40 0 110 122 36 10 106 51
Binary 10110011 110011 100000 0 1001000 1010010 11110 1000 1000110 101001

Color Harmonies of #B33320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33320

Black with #B33320

Text Example


Text Example

White with #B33320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33320; }

 p { color: rgb(179,51,32); }

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

background-color css

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

 a { background-color: rgb(179,51,32); }

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

border-color css

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

 span { border-color: rgb(179,51,32); }

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