#B92A28

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

Shades of Fire Brick #B92A28

Tints of Fire Brick #B92A28

Color information

#B92A28 (or 0xB92A28) is unknown color: approx Fire Brick. HEX triplet: B9, 2A and 28. RGB value is (185,42,40). Sum of RGB (Red+Green+Blue) = 185+42+40=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A28 is #46D5D7. Grayscale: #545454. Windows color (decimal): -4642264 or 2632377. OLE color: 2632377.

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

Color convert

RGB1854240-
CMYK00.770.780.27
HSL0.83º64.44%44.12%-
HSV(B)0.83º78.38%72.55%-
XYZ21.2212.123.23-
YUV84.53102.88199.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.29%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=69.29%
G=15.73%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185424000.770.780.270.8364.4444.12
HexB92A2804D4E1B1402c
Octal2715250011511633110054
Binary101110011010101010000100110110011101101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A28; }

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

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

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

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

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

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

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

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