Html Css Color HEX #BE0C10 Venetian Red

📋 copy color: '#BE0C10'

red 190 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #BE0C10

Tints of Venetian Red #BE0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 87.16%
G = 5.5%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE0C10 (or 0xBE0C10) is known color: Venetian Red. HEX triplet: BE, 0C and 10. RGB value is (190,12,16). Sum of RGB (Red+Green+Blue) = 190+12+16=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0C10 is #41F3EF. Grayscale: #414141. Windows color (decimal): -4322288 or 1051838. OLE color: 1051838.

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

Color convert

RGB 190 12 16 -
CMYK 0 0.94 0.92 0.25
HSL 358.65º 0.88% 0.4% -
HSV(B) 358.65º 0.94% 0.75% -
XYZ 21.46 11.25 1.53 -
YUV 65.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 190 12 16 0 0.94 0.92 0.25 358.65 0.88 0.4
Hex BE C 10 0 5E 5C 19 167 58 28
Octal 276 14 20 0 136 134 31 547 130 50
Binary 10111110 1100 10000 0 1011110 1011100 11001 101100111 1011000 101000

Color Harmonies of #BE0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C10

Black with #BE0C10

Text Example


Text Example

White with #BE0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C10; }

 p { color: rgb(190,12,16); }

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

background-color css

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

 a { background-color: rgb(190,12,16); }

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

border-color css

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

 span { border-color: rgb(190,12,16); }

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