Html Css Color HEX #BE1013 Venetian Red

📋 copy color: '#BE1013'

red 190 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #BE1013

Tints of Venetian Red #BE1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 84.44%
G = 7.11%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE1013 (or 0xBE1013) is known color: Venetian Red. HEX triplet: BE, 10 and 13. RGB value is (190,16,19). Sum of RGB (Red+Green+Blue) = 190+16+19=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1013 is #41EFEC. Grayscale: #444444. Windows color (decimal): -4321261 or 1249470. OLE color: 1249470.

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

Color convert

RGB 190 16 19 -
CMYK 0 0.92 0.90 0.25
HSL 358.97º 0.84% 0.4% -
HSV(B) 358.97º 0.92% 0.75% -
XYZ 21.54 11.36 1.67 -
YUV 68.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 190 16 19 0 0.92 0.90 0.25 358.97 0.84 0.4
Hex BE 10 13 0 5C 5A 19 167 54 28
Octal 276 20 23 0 134 132 31 547 124 50
Binary 10111110 10000 10011 0 1011100 1011010 11001 101100111 1010100 101000

Color Harmonies of #BE1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1013

Black with #BE1013

Text Example


Text Example

White with #BE1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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