Html Css Color HEX #BE1014 Venetian Red

📋 copy color: '#BE1014'

red 190 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #BE1014

Tints of Venetian Red #BE1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 84.07%
G = 7.08%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE1014 (or 0xBE1014) is known color: Venetian Red. HEX triplet: BE, 10 and 14. RGB value is (190,16,20). Sum of RGB (Red+Green+Blue) = 190+16+20=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1014 is #41EFEB. Grayscale: #444444. Windows color (decimal): -4321260 or 1315006. OLE color: 1315006.

HSL color Cylindrical-coordinate representation of color #BE1014: hue angle of 358.62º 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 #BE1014 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 16 20 -
CMYK 0 0.92 0.89 0.25
HSL 358.62º 0.84% 0.4% -
HSV(B) 358.62º 0.92% 0.75% -
XYZ 21.55 11.37 1.72 -
YUV 68.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 190 16 20 0 0.92 0.89 0.25 358.62 0.84 0.4
Hex BE 10 14 0 5C 59 19 167 54 28
Octal 276 20 24 0 134 131 31 547 124 50
Binary 10111110 10000 10100 0 1011100 1011001 11001 101100111 1010100 101000

Color Harmonies of #BE1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1014

Black with #BE1014

Text Example


Text Example

White with #BE1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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