Html Css Color HEX #BE0617 Venetian Red

📋 copy color: '#BE0617'

red 190 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #BE0617

Tints of Venetian Red #BE0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 86.76%
G = 2.74%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE0617 (or 0xBE0617) is known color: Venetian Red. HEX triplet: BE, 06 and 17. RGB value is (190,6,23). Sum of RGB (Red+Green+Blue) = 190+6+23=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0617 is #41F9E8. Grayscale: #3F3F3F. Windows color (decimal): -4323817 or 1509054. OLE color: 1509054.

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

Color convert

RGB 190 6 23 -
CMYK 0 0.97 0.88 0.25
HSL 354.46º 0.94% 0.38% -
HSV(B) 354.46º 0.97% 0.75% -
XYZ 21.45 11.14 1.83 -
YUV 62.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 190 6 23 0 0.97 0.88 0.25 354.46 0.94 0.38
Hex BE 6 17 0 61 58 19 162 5E 26
Octal 276 6 27 0 141 130 31 542 136 46
Binary 10111110 110 10111 0 1100001 1011000 11001 101100010 1011110 100110

Color Harmonies of #BE0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0617

Black with #BE0617

Text Example


Text Example

White with #BE0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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