Html Css Color HEX #BE0718 Venetian Red

📋 copy color: '#BE0718'

red 190 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #BE0718

Tints of Venetian Red #BE0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 85.97%
G = 3.17%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0718 (or 0xBE0718) is known color: Venetian Red. HEX triplet: BE, 07 and 18. RGB value is (190,7,24). Sum of RGB (Red+Green+Blue) = 190+7+24=221 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.97% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0718 is #41F8E7. Grayscale: #3F3F3F. Windows color (decimal): -4323560 or 1574846. OLE color: 1574846.

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

Color convert

RGB 190 7 24 -
CMYK 0 0.96 0.87 0.25
HSL 354.43º 0.93% 0.39% -
HSV(B) 354.43º 0.96% 0.75% -
XYZ 21.48 11.17 1.89 -
YUV 63.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 190 7 24 0 0.96 0.87 0.25 354.43 0.93 0.39
Hex BE 7 18 0 60 57 19 162 5D 27
Octal 276 7 30 0 140 127 31 542 135 47
Binary 10111110 111 11000 0 1100000 1010111 11001 101100010 1011101 100111

Color Harmonies of #BE0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0718

Black with #BE0718

Text Example


Text Example

White with #BE0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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