Html Css Color HEX #BE0012 Venetian Red

📋 copy color: '#BE0012'

red 190 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #BE0012

Tints of Venetian Red #BE0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.35%
G = 0%
B = 8.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0012 (or 0xBE0012) is known color: Venetian Red. HEX triplet: BE, 00 and 12. RGB value is (190,0,18). Sum of RGB (Red+Green+Blue) = 190+0+18=208 (27% of max value = 765). Red value is 190 (74.61% from 255 or 91.35% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0012 is #41FFED. Grayscale: #3A3A3A. Windows color (decimal): -4325358 or 1179838. OLE color: 1179838.

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

Color convert

RGB 190 0 18 -
CMYK 0 1 0.91 0.25
HSL 354.32º 1% 0.37% -
HSV(B) 354.32º 1% 0.75% -
XYZ 21.34 10.99 1.57 -
YUV 58.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 190 0 18 0 1 0.91 0.25 354.32 1 0.37
Hex BE 0 12 0 64 5B 19 162 64 25
Octal 276 0 22 0 144 133 31 542 144 45
Binary 10111110 0 10010 0 1100100 1011011 11001 101100010 1100100 100101

Color Harmonies of #BE0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0012

Black with #BE0012

Text Example


Text Example

White with #BE0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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