Html Css Color HEX #BE020A Venetian Red

📋 copy color: '#BE020A'

red 190 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #BE020A

Tints of Venetian Red #BE020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 94.06%
G = 0.99%
B = 4.95%

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

#BE020A (or 0xBE020A) is known color: Venetian Red. HEX triplet: BE, 02 and 0A. RGB value is (190,2,10). Sum of RGB (Red+Green+Blue) = 190+2+10=202 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.06% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 190 - color contains mainly: red. Hex color #BE020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE020A is #41FDF5. Grayscale: #3B3B3B. Windows color (decimal): -4324854 or 656062. OLE color: 656062.

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

Color convert

RGB 190 2 10 -
CMYK 0 0.99 0.95 0.25
HSL 357.45º 0.98% 0.38% -
HSV(B) 357.45º 0.99% 0.75% -
XYZ 21.31 11.01 1.29 -
YUV 59.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 190 2 10 0 0.99 0.95 0.25 357.45 0.98 0.38
Hex BE 2 A 0 63 5F 19 165 62 26
Octal 276 2 12 0 143 137 31 545 142 46
Binary 10111110 10 1010 0 1100011 1011111 11001 101100101 1100010 100110

Color Harmonies of #BE020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE020A

Black with #BE020A

Text Example


Text Example

White with #BE020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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