Html Css Color HEX #BE0717 Venetian Red

📋 copy color: '#BE0717'

red 190 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #BE0717

Tints of Venetian Red #BE0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 86.36%
G = 3.18%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE0717 (or 0xBE0717) is known color: Venetian Red. HEX triplet: BE, 07 and 17. RGB value is (190,7,23). Sum of RGB (Red+Green+Blue) = 190+7+23=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0717 is #41F8E8. Grayscale: #3F3F3F. Windows color (decimal): -4323561 or 1509310. OLE color: 1509310.

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

Color convert

RGB 190 7 23 -
CMYK 0 0.96 0.88 0.25
HSL 354.75º 0.93% 0.39% -
HSV(B) 354.75º 0.96% 0.75% -
XYZ 21.47 11.16 1.83 -
YUV 63.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 190 7 23 0 0.96 0.88 0.25 354.75 0.93 0.39
Hex BE 7 17 0 60 58 19 163 5D 27
Octal 276 7 27 0 140 130 31 543 135 47
Binary 10111110 111 10111 0 1100000 1011000 11001 101100011 1011101 100111

Color Harmonies of #BE0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0717

Black with #BE0717

Text Example


Text Example

White with #BE0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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