#B92D1C

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

Shades of Fire Brick #B92D1C

Tints of Fire Brick #B92D1C

Color information

#B92D1C (or 0xB92D1C) is unknown color: approx Fire Brick. HEX triplet: B9, 2D and 1C. RGB value is (185,45,28). Sum of RGB (Red+Green+Blue) = 185+45+28=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D1C is #46D2E3. Grayscale: #555555. Windows color (decimal): -4641508 or 1846713. OLE color: 1846713.

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

Color convert

RGB1854528-
CMYK00.760.850.27
HSL6.5º73.71%41.76%-
HSV(B)6.5º84.86%72.55%-
XYZ21.1612.272.35-
YUV84.9295.88199.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=71.71%
G=17.44%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185452800.760.850.276.573.7141.76
HexB92D1C04C551B64a2a
Octal2715534011412533611252
Binary1011100110110111100010011001010101110111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D1C; }

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

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

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

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

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

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

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

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