#B63121

Color #B63121 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B63121

Tints of Fire Brick #B63121

Color information

#B63121 (or 0xB63121) is unknown color: approx Fire Brick. HEX triplet: B6, 31 and 21. RGB value is (182,49,33). Sum of RGB (Red+Green+Blue) = 182+49+33=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B63121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63121 is #49CEDE. Grayscale: #575757. Windows color (decimal): -4837087 or 2175414. OLE color: 2175414.

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

Color convert

RGB1824933-
CMYK00.730.820.29
HSL6.44º69.3%42.16%-
HSV(B)6.44º81.87%71.37%-
XYZ20.6612.252.71-
YUV86.9497.56195.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=68.94%
G=18.56%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182493300.730.820.296.4469.342.16
HexB63121049521D6452a
Octal2666141011112235610552
Binary10110110110001100001010010011010010111011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63121; }

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

 H1.HeaderClassName
 {
   color: #B63121;
 }
 .AnyTagClassName
 {
   color: #B63121;
 }
</style>
background-color css

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

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

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

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

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

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