Html Css Color HEX #BE0A1E Venetian Red

📋 copy color: '#BE0A1E'

red 190 ◦ green 10 ◦ blue 30

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

Shades of Venetian Red #BE0A1E

Tints of Venetian Red #BE0A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 82.61%
G = 4.35%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE0A1E (or 0xBE0A1E) is known color: Venetian Red. HEX triplet: BE, 0A and 1E. RGB value is (190,10,30). Sum of RGB (Red+Green+Blue) = 190+10+30=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A1E is #41F5E1. Grayscale: #424242. Windows color (decimal): -4322786 or 1968830. OLE color: 1968830.

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

Color convert

RGB 190 10 30 -
CMYK 0 0.95 0.84 0.25
HSL 353.33º 0.9% 0.39% -
HSV(B) 353.33º 0.95% 0.75% -
XYZ 21.58 11.26 2.26 -
YUV 66.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 190 10 30 0 0.95 0.84 0.25 353.33 0.9 0.39
Hex BE A 1E 0 5F 54 19 161 5A 27
Octal 276 12 36 0 137 124 31 541 132 47
Binary 10111110 1010 11110 0 1011111 1010100 11001 101100001 1011010 100111

Color Harmonies of #BE0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A1E

Black with #BE0A1E

Text Example


Text Example

White with #BE0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A1E; }

 p { color: rgb(190,10,30); }

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

background-color css

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

 a { background-color: rgb(190,10,30); }

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

border-color css

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

 span { border-color: rgb(190,10,30); }

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