#B82326

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

Shades of Fire Engine Red #B82326

Tints of Fire Engine Red #B82326

Color information

#B82326 (or 0xB82326) is unknown color: approx Fire Engine Red. HEX triplet: B8, 23 and 26. RGB value is (184,35,38). Sum of RGB (Red+Green+Blue) = 184+35+38=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B82326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82326 is #47DCD9. Grayscale: #505050. Windows color (decimal): -4709594 or 2499512. OLE color: 2499512.

HSL color Cylindrical-coordinate representation of color #B82326: hue angle of 358.79º 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 #B82326 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1843538-
CMYK00.810.790.28
HSL358.79º68.04%42.94%-
HSV(B)358.79º80.98%72.16%-
XYZ20.7211.532.97-
YUV79.89104.36202.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=71.60%
G=13.62%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184353800.810.790.28358.7968.0442.94
HexB823260514F1C167442b
Octal270434601211173454710453
Binary10111000100011100110010100011001111111001011001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82326; }

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

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

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

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

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

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

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

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