Html Css Color HEX #BE0112 Venetian Red

📋 copy color: '#BE0112'

red 190 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #BE0112

Tints of Venetian Red #BE0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 90.91%
G = 0.48%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0112 (or 0xBE0112) is known color: Venetian Red. HEX triplet: BE, 01 and 12. RGB value is (190,1,18). Sum of RGB (Red+Green+Blue) = 190+1+18=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0112 is #41FEED. Grayscale: #3B3B3B. Windows color (decimal): -4325102 or 1180094. OLE color: 1180094.

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

Color convert

RGB 190 1 18 -
CMYK 0 0.99 0.91 0.25
HSL 354.6º 0.99% 0.37% -
HSV(B) 354.6º 0.99% 0.75% -
XYZ 21.36 11.01 1.57 -
YUV 59.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 190 1 18 0 0.99 0.91 0.25 354.6 0.99 0.37
Hex BE 1 12 0 63 5B 19 163 63 25
Octal 276 1 22 0 143 133 31 543 143 45
Binary 10111110 1 10010 0 1100011 1011011 11001 101100011 1100011 100101

Color Harmonies of #BE0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0112

Black with #BE0112

Text Example


Text Example

White with #BE0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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