Html Css Color HEX #BE0C2A Fire Engine Red

📋 copy color: '#BE0C2A'

red 190 ◦ green 12 ◦ blue 42

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

Shades of Fire Engine Red #BE0C2A

Tints of Fire Engine Red #BE0C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 77.87%
G = 4.92%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE0C2A (or 0xBE0C2A) is known color: Fire Engine Red. HEX triplet: BE, 0C and 2A. RGB value is (190,12,42). Sum of RGB (Red+Green+Blue) = 190+12+42=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C2A is #41F3D5. Grayscale: #444444. Windows color (decimal): -4322262 or 2755774. OLE color: 2755774.

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

Color convert

RGB 190 12 42 -
CMYK 0 0.94 0.78 0.25
HSL 349.89º 0.88% 0.4% -
HSV(B) 349.89º 0.94% 0.75% -
XYZ 21.78 11.38 3.24 -
YUV 68.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 190 12 42 0 0.94 0.78 0.25 349.89 0.88 0.4
Hex BE C 2A 0 5E 4E 19 15E 58 28
Octal 276 14 52 0 136 116 31 536 130 50
Binary 10111110 1100 101010 0 1011110 1001110 11001 101011110 1011000 101000

Color Harmonies of #BE0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C2A

Black with #BE0C2A

Text Example


Text Example

White with #BE0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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