#B92A23

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

Shades of Fire Brick #B92A23

Tints of Fire Brick #B92A23

Color information

#B92A23 (or 0xB92A23) is unknown color: approx Fire Brick. HEX triplet: B9, 2A and 23. RGB value is (185,42,35). Sum of RGB (Red+Green+Blue) = 185+42+35=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A23 is #46D5DC. Grayscale: #545454. Windows color (decimal): -4642269 or 2304697. OLE color: 2304697.

HSL color Cylindrical-coordinate representation of color #B92A23: hue angle of 2.8º degrees, saturation: 0.68, 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 #B92A23 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1854235-
CMYK00.770.810.27
HSL2.8º68.18%43.14%-
HSV(B)2.8º81.08%72.55%-
XYZ21.1412.092.81-
YUV83.96100.38200.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.61%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=70.61%
G=16.03%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185423500.770.810.272.868.1843.14
HexB92A2304D511B3442b
Octal2715243011512133310453
Binary1011100110101010001101001101101000111011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A23; }

 p { color: rgb(185,42,35); }

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

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

 a { background-color: rgb(185,42,35); }

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

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

 span { border-color: rgb(185,42,35); }

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