Html Css Color HEX #BE0207 Venetian Red

📋 copy color: '#BE0207'

red 190 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #BE0207

Tints of Venetian Red #BE0207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.52%

R = 95.48%
G = 1.01%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE0207 (or 0xBE0207) is known color: Venetian Red. HEX triplet: BE, 02 and 07. RGB value is (190,2,7). Sum of RGB (Red+Green+Blue) = 190+2+7=199 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95.48% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0207 is #41FDF8. Grayscale: #3A3A3A. Windows color (decimal): -4324857 or 459454. OLE color: 459454.

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

Color convert

RGB 190 2 7 -
CMYK 0 0.99 0.96 0.25
HSL 358.4º 0.98% 0.38% -
HSV(B) 358.4º 0.99% 0.75% -
XYZ 21.3 11.01 1.2 -
YUV 58.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 190 2 7 0 0.99 0.96 0.25 358.4 0.98 0.38
Hex BE 2 7 0 63 60 19 166 62 26
Octal 276 2 7 0 143 140 31 546 142 46
Binary 10111110 10 111 0 1100011 1100000 11001 101100110 1100010 100110

Color Harmonies of #BE0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0207

Black with #BE0207

Text Example


Text Example

White with #BE0207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0207; }

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

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

background-color css

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

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

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

border-color css

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

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

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