Html Css Color HEX #BE0002 Venetian Red

📋 copy color: '#BE0002'

red 190 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #BE0002

Tints of Venetian Red #BE0002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 98.96%
G = 0%
B = 1.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE0002 (or 0xBE0002) is known color: Venetian Red. HEX triplet: BE, 00 and 02. RGB value is (190,0,2). Sum of RGB (Red+Green+Blue) = 190+0+2=192 (25% of max value = 765). Red value is 190 (74.61% from 255 or 98.96% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0002 is #41FFFD. Grayscale: #393939. Windows color (decimal): -4325374 or 131262. OLE color: 131262.

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

Color convert

RGB 190 0 2 -
CMYK 0 1 0.99 0.25
HSL 359.37º 1% 0.37% -
HSV(B) 359.37º 1% 0.75% -
XYZ 21.25 10.95 1.05 -
YUV 57.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 190 0 2 0 1 0.99 0.25 359.37 1 0.37
Hex BE 0 2 0 64 63 19 167 64 25
Octal 276 0 2 0 144 143 31 547 144 45
Binary 10111110 0 10 0 1100100 1100011 11001 101100111 1100100 100101

Color Harmonies of #BE0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0002

Black with #BE0002

Text Example


Text Example

White with #BE0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0002; }

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

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

background-color css

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

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

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

border-color css

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

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

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