#B82126

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

Shades of Fire Engine Red #B82126

Tints of Fire Engine Red #B82126

Color information

#B82126 (or 0xB82126) is unknown color: approx Fire Engine Red. HEX triplet: B8, 21 and 26. RGB value is (184,33,38). Sum of RGB (Red+Green+Blue) = 184+33+38=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B82126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82126 is #47DED9. Grayscale: #4E4E4E. Windows color (decimal): -4710106 or 2499000. OLE color: 2499000.

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

Color convert

RGB1843338-
CMYK00.820.790.28
HSL358.01º69.59%42.55%-
HSV(B)358.01º82.07%72.16%-
XYZ20.6611.422.95-
YUV78.72105.03203.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=72.16%
G=12.94%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184333800.820.790.28358.0169.5942.55
HexB821260524F1C166462b
Octal270414601221173454610653
Binary10111000100001100110010100101001111111001011001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82126; }

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

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

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

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

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

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

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

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