#b71027

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

Shades of Fire Engine Red #B71027

Tints of Fire Engine Red #B71027

Color information

#B71027 (or 0xB71027) is unknown color: approx Fire Engine Red. HEX triplet: B7, 10 and 27. RGB value is (183,16,39). Sum of RGB (Red+Green+Blue) = 183+16+39=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71027 is #48EFD8. Grayscale: #444444. Windows color (decimal): -4779993 or 2560183. OLE color: 2560183.

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

Color convert

RGB1831639-
CMYK00.910.790.28
HSL351.74º83.92%39.02%-
HSV(B)351.74º91.26%71.76%-
XYZ20.0810.582.9-
YUV68.55111.33209.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.89%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=76.89%
G=6.72%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183163900.910.790.28351.7483.9239.02
HexB7102705B4F1C1605427
Octal267204701331173454012447
Binary1011011110000100111010110111001111111001011000001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71027; }

 p { color: rgb(183,16,39); }

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

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

 a { background-color: rgb(183,16,39); }

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

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

 span { border-color: rgb(183,16,39); }

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