#B72526

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

Shades of Fire Engine Red #B72526

Tints of Fire Engine Red #B72526

Color information

#B72526 (or 0xB72526) is unknown color: approx Fire Engine Red. HEX triplet: B7, 25 and 26. RGB value is (183,37,38). Sum of RGB (Red+Green+Blue) = 183+37+38=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B72526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72526 is #48DAD9. Grayscale: #505050. Windows color (decimal): -4774618 or 2500023. OLE color: 2500023.

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

Color convert

RGB1833738-
CMYK00.800.790.28
HSL359.59º66.36%43.14%-
HSV(B)359.59º79.78%71.76%-
XYZ20.5411.532.98-
YUV80.77103.87200.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.93%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=70.93%
G=14.34%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183373800.800.790.28359.5966.3643.14
HexB725260504F1C168422b
Octal267454601201173455010253
Binary10110111100101100110010100001001111111001011010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72526; }

 p { color: rgb(183,37,38); }

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

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

 a { background-color: rgb(183,37,38); }

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

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

 span { border-color: rgb(183,37,38); }

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