#B92D28

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

Shades of Fire Brick #B92D28

Tints of Fire Brick #B92D28

Color information

#B92D28 (or 0xB92D28) is unknown color: approx Fire Brick. HEX triplet: B9, 2D and 28. RGB value is (185,45,40). Sum of RGB (Red+Green+Blue) = 185+45+40=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D28 is #46D2D7. Grayscale: #565656. Windows color (decimal): -4641496 or 2633145. OLE color: 2633145.

HSL color Cylindrical-coordinate representation of color #B92D28: hue angle of 2.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92D28 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1854540-
CMYK00.760.780.27
HSL2.07º64.44%44.12%-
HSV(B)2.07º78.38%72.55%-
XYZ21.3312.343.27-
YUV86.29101.88198.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=68.52%
G=16.67%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185454000.760.780.272.0764.4444.12
HexB92D2804C4E1B2402c
Octal2715550011411633210054
Binary1011100110110110100001001100100111011011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D28; }

 p { color: rgb(185,45,40); }

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

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

 a { background-color: rgb(185,45,40); }

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

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

 span { border-color: rgb(185,45,40); }

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