#B82325

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

Shades of Fire Engine Red #B82325

Tints of Fire Engine Red #B82325

Color information

#B82325 (or 0xB82325) is unknown color: approx Fire Engine Red. HEX triplet: B8, 23 and 25. RGB value is (184,35,37). Sum of RGB (Red+Green+Blue) = 184+35+37=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82325 is #47DCDA. Grayscale: #4F4F4F. Windows color (decimal): -4709595 or 2433976. OLE color: 2433976.

HSL color Cylindrical-coordinate representation of color #B82325: hue angle of 359.19º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82325 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1843537-
CMYK00.810.800.28
HSL359.19º68.04%42.94%-
HSV(B)359.19º80.98%72.16%-
XYZ20.711.532.88-
YUV79.78103.86202.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=71.88%
G=13.67%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184353700.810.800.28359.1968.0442.94
HexB82325051501C167442b
Octal270434501211203454710453
Binary10111000100011100101010100011010000111001011001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82325; }

 p { color: rgb(184,35,37); }

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

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

 a { background-color: rgb(184,35,37); }

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

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

 span { border-color: rgb(184,35,37); }

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