Html Css Color HEX #BE1018 Venetian Red

📋 copy color: '#BE1018'

red 190 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #BE1018

Tints of Venetian Red #BE1018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 82.61%
G = 6.96%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE1018 (or 0xBE1018) is known color: Venetian Red. HEX triplet: BE, 10 and 18. RGB value is (190,16,24). Sum of RGB (Red+Green+Blue) = 190+16+24=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1018 is #41EFE7. Grayscale: #454545. Windows color (decimal): -4321256 or 1577150. OLE color: 1577150.

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

Color convert

RGB 190 16 24 -
CMYK 0 0.92 0.87 0.25
HSL 357.24º 0.84% 0.4% -
HSV(B) 357.24º 0.92% 0.75% -
XYZ 21.59 11.38 1.92 -
YUV 68.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 190 16 24 0 0.92 0.87 0.25 357.24 0.84 0.4
Hex BE 10 18 0 5C 57 19 165 54 28
Octal 276 20 30 0 134 127 31 545 124 50
Binary 10111110 10000 11000 0 1011100 1010111 11001 101100101 1010100 101000

Color Harmonies of #BE1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1018

Black with #BE1018

Text Example


Text Example

White with #BE1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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