#B72023

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

Shades of Fire Engine Red #B72023

Tints of Fire Engine Red #B72023

Color information

#B72023 (or 0xB72023) is unknown color: approx Fire Engine Red. HEX triplet: B7, 20 and 23. RGB value is (183,32,35). Sum of RGB (Red+Green+Blue) = 183+32+35=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B72023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72023 is #48DFDC. Grayscale: #4D4D4D. Windows color (decimal): -4775901 or 2302135. OLE color: 2302135.

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

Color convert

RGB1833235-
CMYK00.830.810.28
HSL358.81º70.23%42.16%-
HSV(B)358.81º82.51%71.76%-
XYZ20.3511.222.68-
YUV77.49104.03203.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.2%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 35 (14.06% from 255) = 14%
R=73.2%
G=12.8%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183323500.830.810.28358.8170.2342.16
HexB72023053511C167462a
Octal267404301231213454710652
Binary10110111100000100011010100111010001111001011001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72023; }

 p { color: rgb(183,32,35); }

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

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

 a { background-color: rgb(183,32,35); }

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

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

 span { border-color: rgb(183,32,35); }

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