Html Css Color HEX #BE0205 Venetian Red

📋 copy color: '#BE0205'

red 190 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #BE0205

Tints of Venetian Red #BE0205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 96.45%
G = 1.02%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE0205 (or 0xBE0205) is known color: Venetian Red. HEX triplet: BE, 02 and 05. RGB value is (190,2,5). Sum of RGB (Red+Green+Blue) = 190+2+5=197 (26% of max value = 765). Red value is 190 (74.61% from 255 or 96.45% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0205 is #41FDFA. Grayscale: #3A3A3A. Windows color (decimal): -4324859 or 328382. OLE color: 328382.

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

Color convert

RGB 190 2 5 -
CMYK 0 0.99 0.97 0.25
HSL 359.04º 0.98% 0.38% -
HSV(B) 359.04º 0.99% 0.75% -
XYZ 21.28 11 1.15 -
YUV 58.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 190 2 5 0 0.99 0.97 0.25 359.04 0.98 0.38
Hex BE 2 5 0 63 61 19 167 62 26
Octal 276 2 5 0 143 141 31 547 142 46
Binary 10111110 10 101 0 1100011 1100001 11001 101100111 1100010 100110

Color Harmonies of #BE0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0205

Black with #BE0205

Text Example


Text Example

White with #BE0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0205; }

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

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

background-color css

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

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

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

border-color css

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

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

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