Html Css Color HEX #BE0B12 Venetian Red

📋 copy color: '#BE0B12'

red 190 ◦ green 11 ◦ blue 18

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

Shades of Venetian Red #BE0B12

Tints of Venetian Red #BE0B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

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

R = 86.76%
G = 5.02%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0B12 (or 0xBE0B12) is known color: Venetian Red. HEX triplet: BE, 0B and 12. RGB value is (190,11,18). Sum of RGB (Red+Green+Blue) = 190+11+18=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0B12 is #41F4ED. Grayscale: #414141. Windows color (decimal): -4322542 or 1182654. OLE color: 1182654.

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

Color convert

RGB 190 11 18 -
CMYK 0 0.94 0.91 0.25
HSL 357.65º 0.89% 0.39% -
HSV(B) 357.65º 0.94% 0.75% -
XYZ 21.46 11.23 1.61 -
YUV 65.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 190 11 18 0 0.94 0.91 0.25 357.65 0.89 0.39
Hex BE B 12 0 5E 5B 19 166 59 27
Octal 276 13 22 0 136 133 31 546 131 47
Binary 10111110 1011 10010 0 1011110 1011011 11001 101100110 1011001 100111

Color Harmonies of #BE0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B12

Black with #BE0B12

Text Example


Text Example

White with #BE0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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