Html Css Color HEX #BE0109 Venetian Red

📋 copy color: '#BE0109'

red 190 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #BE0109

Tints of Venetian Red #BE0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 95%
G = 0.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE0109 (or 0xBE0109) is known color: Venetian Red. HEX triplet: BE, 01 and 09. RGB value is (190,1,9). Sum of RGB (Red+Green+Blue) = 190+1+9=200 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0109 is #41FEF6. Grayscale: #3A3A3A. Windows color (decimal): -4325111 or 590270. OLE color: 590270.

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

Color convert

RGB 190 1 9 -
CMYK 0 0.99 0.95 0.25
HSL 357.46º 0.99% 0.37% -
HSV(B) 357.46º 0.99% 0.75% -
XYZ 21.3 10.99 1.26 -
YUV 58.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 190 1 9 0 0.99 0.95 0.25 357.46 0.99 0.37
Hex BE 1 9 0 63 5F 19 165 63 25
Octal 276 1 11 0 143 137 31 545 143 45
Binary 10111110 1 1001 0 1100011 1011111 11001 101100101 1100011 100101

Color Harmonies of #BE0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0109

Black with #BE0109

Text Example


Text Example

White with #BE0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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