Html Css Color HEX #BE1028 Fire Engine Red

📋 copy color: '#BE1028'

red 190 ◦ green 16 ◦ blue 40

#BE1028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BE1028

Tints of Fire Engine Red #BE1028

RGB

 RED value IS 190 (74.61% from 255) = 77.24%

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 77.24%
G = 6.5%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE1028 (or 0xBE1028) is known color: Fire Engine Red. HEX triplet: BE, 10 and 28. RGB value is (190,16,40). Sum of RGB (Red+Green+Blue) = 190+16+40=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1028 is #41EFD7. Grayscale: #464646. Windows color (decimal): -4321240 or 2625726. OLE color: 2625726.

HSL color Cylindrical-coordinate representation of color #BE1028: hue angle of 351.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1028 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 16 40 -
CMYK 0 0.92 0.79 0.25
HSL 351.72º 0.84% 0.4% -
HSV(B) 351.72º 0.92% 0.75% -
XYZ 21.8 11.47 3.07 -
YUV 70.76 110.65 213.05 -
System Red Green Blue C M Y K H S L
Decimal 190 16 40 0 0.92 0.79 0.25 351.72 0.84 0.4
Hex BE 10 28 0 5C 4F 19 160 54 28
Octal 276 20 50 0 134 117 31 540 124 50
Binary 10111110 10000 101000 0 1011100 1001111 11001 101100000 1010100 101000

Color Harmonies of #BE1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1028

Black with #BE1028

Text Example


Text Example

White with #BE1028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1028; }

 p { color: rgb(190,16,40); }

 H1.HeaderClassName
 {
   color: #BE1028;
 }
 .AnyTagClassName
 {
   color: #BE1028;
 }
</style>

background-color css

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

 a { background-color: rgb(190,16,40); }

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

border-color css

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

 span { border-color: rgb(190,16,40); }

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