#B93224

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

Shades of Fire Brick #B93224

Tints of Fire Brick #B93224

Color information

#B93224 (or 0xB93224) is unknown color: approx Fire Brick. HEX triplet: B9, 32 and 24. RGB value is (185,50,36). Sum of RGB (Red+Green+Blue) = 185+50+36=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93224 is #46CDDB. Grayscale: #585858. Windows color (decimal): -4640220 or 2372281. OLE color: 2372281.

HSL color Cylindrical-coordinate representation of color #B93224: hue angle of 5.64º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93224 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1855036-
CMYK00.730.810.27
HSL5.64º67.42%43.33%-
HSV(B)5.64º80.54%72.55%-
XYZ21.4712.722.99-
YUV88.7798.23196.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=68.27%
G=18.45%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185503600.730.810.275.6467.4243.33
HexB93224049511B6432b
Octal2716244011112133610353
Binary10111001110010100100010010011010001110111101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93224; }

 p { color: rgb(185,50,36); }

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

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

 a { background-color: rgb(185,50,36); }

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

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

 span { border-color: rgb(185,50,36); }

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