Html Css Color HEX #BE0116 Venetian Red

📋 copy color: '#BE0116'

red 190 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #BE0116

Tints of Venetian Red #BE0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 89.2%
G = 0.47%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE0116 (or 0xBE0116) is known color: Venetian Red. HEX triplet: BE, 01 and 16. RGB value is (190,1,22). Sum of RGB (Red+Green+Blue) = 190+1+22=213 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.20% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0116 is #41FEE9. Grayscale: #3C3C3C. Windows color (decimal): -4325098 or 1442238. OLE color: 1442238.

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

Color convert

RGB 190 1 22 -
CMYK 0 0.99 0.88 0.25
HSL 353.33º 0.99% 0.37% -
HSV(B) 353.33º 0.99% 0.75% -
XYZ 21.39 11.03 1.76 -
YUV 59.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 190 1 22 0 0.99 0.88 0.25 353.33 0.99 0.37
Hex BE 1 16 0 63 58 19 161 63 25
Octal 276 1 26 0 143 130 31 541 143 45
Binary 10111110 1 10110 0 1100011 1011000 11001 101100001 1100011 100101

Color Harmonies of #BE0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0116

Black with #BE0116

Text Example


Text Example

White with #BE0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0116; }

 p { color: rgb(190,1,22); }

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

background-color css

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

 a { background-color: rgb(190,1,22); }

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

border-color css

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

 span { border-color: rgb(190,1,22); }

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