Html Css Color HEX #BE0407 Venetian Red

📋 copy color: '#BE0407'

red 190 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #BE0407

Tints of Venetian Red #BE0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 94.53%
G = 1.99%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE0407 (or 0xBE0407) is known color: Venetian Red. HEX triplet: BE, 04 and 07. RGB value is (190,4,7). Sum of RGB (Red+Green+Blue) = 190+4+7=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0407 is #41FBF8. Grayscale: #3C3C3C. Windows color (decimal): -4324345 or 459966. OLE color: 459966.

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

Color convert

RGB 190 4 7 -
CMYK 0 0.98 0.96 0.25
HSL 359.03º 0.96% 0.38% -
HSV(B) 359.03º 0.98% 0.75% -
XYZ 21.32 11.05 1.21 -
YUV 59.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 190 4 7 0 0.98 0.96 0.25 359.03 0.96 0.38
Hex BE 4 7 0 62 60 19 167 60 26
Octal 276 4 7 0 142 140 31 547 140 46
Binary 10111110 100 111 0 1100010 1100000 11001 101100111 1100000 100110

Color Harmonies of #BE0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0407

Black with #BE0407

Text Example


Text Example

White with #BE0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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