Html Css Color HEX #BE1617 Venetian Red

📋 copy color: '#BE1617'

red 190 ◦ green 22 ◦ blue 23

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

Shades of Venetian Red #BE1617

Tints of Venetian Red #BE1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 80.85%
G = 9.36%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE1617 (or 0xBE1617) is known color: Venetian Red. HEX triplet: BE, 16 and 17. RGB value is (190,22,23). Sum of RGB (Red+Green+Blue) = 190+22+23=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1617 is #41E9E8. Grayscale: #484848. Windows color (decimal): -4319721 or 1513150. OLE color: 1513150.

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

Color convert

RGB 190 22 23 -
CMYK 0 0.88 0.88 0.25
HSL 359.64º 0.79% 0.42% -
HSV(B) 359.64º 0.88% 0.75% -
XYZ 21.68 11.58 1.9 -
YUV 72.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 190 22 23 0 0.88 0.88 0.25 359.64 0.79 0.42
Hex BE 16 17 0 58 58 19 168 4F 2A
Octal 276 26 27 0 130 130 31 550 117 52
Binary 10111110 10110 10111 0 1011000 1011000 11001 101101000 1001111 101010

Color Harmonies of #BE1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1617

Black with #BE1617

Text Example


Text Example

White with #BE1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1617; }

 p { color: rgb(190,22,23); }

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

background-color css

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

 a { background-color: rgb(190,22,23); }

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

border-color css

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

 span { border-color: rgb(190,22,23); }

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