#BE0B2A

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

Shades of Fire Engine Red #BE0B2A

Tints of Fire Engine Red #BE0B2A

Color information

#BE0B2A (or 0xBE0B2A) is unknown color: approx Fire Engine Red. HEX triplet: BE, 0B and 2A. RGB value is (190,11,42). Sum of RGB (Red+Green+Blue) = 190+11+42=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B2A is #41F4D5. Grayscale: #444444. Windows color (decimal): -4322518 or 2755518. OLE color: 2755518.

HSL color Cylindrical-coordinate representation of color #BE0B2A: hue angle of 349.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B2A is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1901142-
CMYK00.940.780.25
HSL349.61º89.05%39.41%-
HSV(B)349.61º94.21%74.51%-
XYZ21.7711.353.23-
YUV68.05113.3214.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.19%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=78.19%
G=4.53%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190114200.940.780.25349.6189.0539.41
HexBEB2A05E4E1915e5927
Octal276135201361163153613147
Binary101111101011101010010111101001110110011010111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0B2A; }

 p { color: rgb(190,11,42); }

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

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

 a { background-color: rgb(190,11,42); }

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

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

 span { border-color: rgb(190,11,42); }

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