Html Css Color HEX #BE0F20 Venetian Red

📋 copy color: '#BE0F20'

red 190 ◦ green 15 ◦ blue 32

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

Shades of Venetian Red #BE0F20

Tints of Venetian Red #BE0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 80.17%
G = 6.33%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE0F20 (or 0xBE0F20) is known color: Venetian Red. HEX triplet: BE, 0F and 20. RGB value is (190,15,32). Sum of RGB (Red+Green+Blue) = 190+15+32=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F20 is #41F0DF. Grayscale: #454545. Windows color (decimal): -4321504 or 2101182. OLE color: 2101182.

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

Color convert

RGB 190 15 32 -
CMYK 0 0.92 0.83 0.25
HSL 354.17º 0.85% 0.4% -
HSV(B) 354.17º 0.92% 0.75% -
XYZ 21.67 11.39 2.42 -
YUV 69.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 190 15 32 0 0.92 0.83 0.25 354.17 0.85 0.4
Hex BE F 20 0 5C 53 19 162 55 28
Octal 276 17 40 0 134 123 31 542 125 50
Binary 10111110 1111 100000 0 1011100 1010011 11001 101100010 1010101 101000

Color Harmonies of #BE0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F20

Black with #BE0F20

Text Example


Text Example

White with #BE0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F20; }

 p { color: rgb(190,15,32); }

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

background-color css

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

 a { background-color: rgb(190,15,32); }

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

border-color css

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

 span { border-color: rgb(190,15,32); }

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