Html Css Color HEX #BE1012 Venetian Red

📋 copy color: '#BE1012'

red 190 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #BE1012

Tints of Venetian Red #BE1012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 84.82%
G = 7.14%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE1012 (or 0xBE1012) is known color: Venetian Red. HEX triplet: BE, 10 and 12. RGB value is (190,16,18). Sum of RGB (Red+Green+Blue) = 190+16+18=224 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.82% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1012 is #41EFED. Grayscale: #444444. Windows color (decimal): -4321262 or 1183934. OLE color: 1183934.

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

Color convert

RGB 190 16 18 -
CMYK 0 0.92 0.91 0.25
HSL 359.31º 0.84% 0.4% -
HSV(B) 359.31º 0.92% 0.75% -
XYZ 21.53 11.36 1.63 -
YUV 68.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 190 16 18 0 0.92 0.91 0.25 359.31 0.84 0.4
Hex BE 10 12 0 5C 5B 19 167 54 28
Octal 276 20 22 0 134 133 31 547 124 50
Binary 10111110 10000 10010 0 1011100 1011011 11001 101100111 1010100 101000

Color Harmonies of #BE1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1012

Black with #BE1012

Text Example


Text Example

White with #BE1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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