#B93022

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

Shades of Fire Brick #B93022

Tints of Fire Brick #B93022

Color information

#B93022 (or 0xB93022) is unknown color: approx Fire Brick. HEX triplet: B9, 30 and 22. RGB value is (185,48,34). Sum of RGB (Red+Green+Blue) = 185+48+34=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B93022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93022 is #46CFDD. Grayscale: #575757. Windows color (decimal): -4640734 or 2240697. OLE color: 2240697.

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

Color convert

RGB1854834-
CMYK00.740.820.27
HSL5.56º68.95%42.94%-
HSV(B)5.56º81.62%72.55%-
XYZ21.3512.542.81-
YUV87.3797.89197.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.29%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=69.29%
G=17.98%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185483400.740.820.275.5668.9542.94
HexB9302204A521B6452b
Octal2716042011212233610553
Binary10111001110000100010010010101010010110111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93022; }

 p { color: rgb(185,48,34); }

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

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

 a { background-color: rgb(185,48,34); }

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

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

 span { border-color: rgb(185,48,34); }

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