Html Css Color HEX #BE0713 Venetian Red

📋 copy color: '#BE0713'

red 190 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #BE0713

Tints of Venetian Red #BE0713

RGB

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

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

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

R = 87.96%
G = 3.24%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE0713 (or 0xBE0713) is known color: Venetian Red. HEX triplet: BE, 07 and 13. RGB value is (190,7,19). Sum of RGB (Red+Green+Blue) = 190+7+19=216 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.96% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0713 is #41F8EC. Grayscale: #3F3F3F. Windows color (decimal): -4323565 or 1247166. OLE color: 1247166.

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

Color convert

RGB 190 7 19 -
CMYK 0 0.96 0.90 0.25
HSL 356.07º 0.93% 0.39% -
HSV(B) 356.07º 0.96% 0.75% -
XYZ 21.43 11.15 1.64 -
YUV 63.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 190 7 19 0 0.96 0.90 0.25 356.07 0.93 0.39
Hex BE 7 13 0 60 5A 19 164 5D 27
Octal 276 7 23 0 140 132 31 544 135 47
Binary 10111110 111 10011 0 1100000 1011010 11001 101100100 1011101 100111

Color Harmonies of #BE0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0713

Black with #BE0713

Text Example


Text Example

White with #BE0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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