#b92f1c

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

Shades of Fire Brick #B92F1C

Tints of Fire Brick #B92F1C

Color information

#B92F1C (or 0xB92F1C) is unknown color: approx Fire Brick. HEX triplet: B9, 2F and 1C. RGB value is (185,47,28). Sum of RGB (Red+Green+Blue) = 185+47+28=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F1C is #46D0E3. Grayscale: #565656. Windows color (decimal): -4640996 or 1847225. OLE color: 1847225.

HSL color Cylindrical-coordinate representation of color #B92F1C: hue angle of 7.26º 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 #B92F1C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1854728-
CMYK00.750.850.27
HSL7.26º73.71%41.76%-
HSV(B)7.26º84.86%72.55%-
XYZ21.2312.432.38-
YUV86.195.22198.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=71.15%
G=18.08%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185472800.750.850.277.2673.7141.76
HexB92F1C04B551B74a2a
Octal2715734011312533711252
Binary1011100110111111100010010111010101110111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92f1c; }

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

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

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

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

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

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

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

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