#B61427

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

Shades of Fire Engine Red #B61427

Tints of Fire Engine Red #B61427

Color information

#B61427 (or 0xB61427) is unknown color: approx Fire Engine Red. HEX triplet: B6, 14 and 27. RGB value is (182,20,39). Sum of RGB (Red+Green+Blue) = 182+20+39=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B61427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61427 is #49EBD8. Grayscale: #464646. Windows color (decimal): -4844505 or 2561206. OLE color: 2561206.

HSL color Cylindrical-coordinate representation of color #B61427: hue angle of 352.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61427 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1822039-
CMYK00.890.790.29
HSL352.96º80.2%39.61%-
HSV(B)352.96º89.01%71.37%-
XYZ19.9110.592.91-
YUV70.6110.17207.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.52%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=75.52%
G=8.30%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182203900.890.790.29352.9680.239.61
HexB614270594F1D1615028
Octal266244701311173554112050
Binary1011011010100100111010110011001111111011011000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61427; }

 p { color: rgb(182,20,39); }

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

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

 a { background-color: rgb(182,20,39); }

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

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

 span { border-color: rgb(182,20,39); }

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