#B61E26

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

Shades of Fire Engine Red #B61E26

Tints of Fire Engine Red #B61E26

Color information

#B61E26 (or 0xB61E26) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1E and 26. RGB value is (182,30,38). Sum of RGB (Red+Green+Blue) = 182+30+38=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E26 is #49E1D9. Grayscale: #4C4C4C. Windows color (decimal): -4841946 or 2498230. OLE color: 2498230.

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

Color convert

RGB1823038-
CMYK00.840.790.29
HSL356.84º71.7%41.57%-
HSV(B)356.84º83.52%71.37%-
XYZ20.1111.012.9-
YUV76.36106.36203.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.8%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=72.8%
G=12%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182303800.840.790.29356.8471.741.57
HexB61E260544F1D165482a
Octal266364601241173554511052
Binary1011011011110100110010101001001111111011011001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E26; }

 p { color: rgb(182,30,38); }

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

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

 a { background-color: rgb(182,30,38); }

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

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

 span { border-color: rgb(182,30,38); }

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