Html Css Color HEX #BE010A Venetian Red

📋 copy color: '#BE010A'

red 190 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #BE010A

Tints of Venetian Red #BE010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 94.53%
G = 0.5%
B = 4.98%

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

#BE010A (or 0xBE010A) is known color: Venetian Red. HEX triplet: BE, 01 and 0A. RGB value is (190,1,10). Sum of RGB (Red+Green+Blue) = 190+1+10=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE010A is #41FEF5. Grayscale: #3A3A3A. Windows color (decimal): -4325110 or 655806. OLE color: 655806.

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

Color convert

RGB 190 1 10 -
CMYK 0 0.99 0.95 0.25
HSL 357.14º 0.99% 0.37% -
HSV(B) 357.14º 0.99% 0.75% -
XYZ 21.3 10.99 1.29 -
YUV 58.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 190 1 10 0 0.99 0.95 0.25 357.14 0.99 0.37
Hex BE 1 A 0 63 5F 19 165 63 25
Octal 276 1 12 0 143 137 31 545 143 45
Binary 10111110 1 1010 0 1100011 1011111 11001 101100101 1100011 100101

Color Harmonies of #BE010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE010A

Black with #BE010A

Text Example


Text Example

White with #BE010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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