#B82025

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

Shades of Fire Engine Red #B82025

Tints of Fire Engine Red #B82025

Color information

#B82025 (or 0xB82025) is unknown color: approx Fire Engine Red. HEX triplet: B8, 20 and 25. RGB value is (184,32,37). Sum of RGB (Red+Green+Blue) = 184+32+37=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B82025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82025 is #47DFDA. Grayscale: #4E4E4E. Windows color (decimal): -4710363 or 2433208. OLE color: 2433208.

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

Color convert

RGB1843237-
CMYK00.830.800.28
HSL358.03º70.37%42.35%-
HSV(B)358.03º82.61%72.16%-
XYZ20.6211.362.86-
YUV78.02104.86203.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.73%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=72.73%
G=12.65%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184323700.830.800.28358.0370.3742.35
HexB82025053501C166462a
Octal270404501231203454610652
Binary10111000100000100101010100111010000111001011001101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82025; }

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

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

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

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

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

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

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

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