Html Css Color HEX #B33121 Fire Brick

📋 copy color: '#B33121'

red 179 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #B33121

Tints of Fire Brick #B33121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 68.58%
G = 18.77%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33121 (or 0xB33121) is known color: Fire Brick. HEX triplet: B3, 31 and 21. RGB value is (179,49,33). Sum of RGB (Red+Green+Blue) = 179+49+33=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B33121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33121 is #4CCEDE. Grayscale: #565656. Windows color (decimal): -5033695 or 2175411. OLE color: 2175411.

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

Color convert

RGB 179 49 33 -
CMYK 0 0.73 0.82 0.30
HSL 6.58º 0.69% 0.42% -
HSV(B) 6.58º 0.82% 0.7% -
XYZ 19.96 11.89 2.68 -
YUV 86.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 179 49 33 0 0.73 0.82 0.30 6.58 0.69 0.42
Hex B3 31 21 0 49 52 1E 7 45 2A
Octal 263 61 41 0 111 122 36 7 105 52
Binary 10110011 110001 100001 0 1001001 1010010 11110 111 1000101 101010

Color Harmonies of #B33121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33121

Black with #B33121

Text Example


Text Example

White with #B33121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33121; }

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

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

background-color css

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

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

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

border-color css

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

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

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