Html Css Color HEX #BE0314 Venetian Red

📋 copy color: '#BE0314'

red 190 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #BE0314

Tints of Venetian Red #BE0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 89.2%
G = 1.41%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE0314 (or 0xBE0314) is known color: Venetian Red. HEX triplet: BE, 03 and 14. RGB value is (190,3,20). Sum of RGB (Red+Green+Blue) = 190+3+20=213 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.20% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0314 is #41FCEB. Grayscale: #3C3C3C. Windows color (decimal): -4324588 or 1311678. OLE color: 1311678.

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

Color convert

RGB 190 3 20 -
CMYK 0 0.98 0.89 0.25
HSL 354.55º 0.97% 0.38% -
HSV(B) 354.55º 0.98% 0.75% -
XYZ 21.39 11.06 1.67 -
YUV 60.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 190 3 20 0 0.98 0.89 0.25 354.55 0.97 0.38
Hex BE 3 14 0 62 59 19 163 61 26
Octal 276 3 24 0 142 131 31 543 141 46
Binary 10111110 11 10100 0 1100010 1011001 11001 101100011 1100001 100110

Color Harmonies of #BE0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0314

Black with #BE0314

Text Example


Text Example

White with #BE0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0314; }

 p { color: rgb(190,3,20); }

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

background-color css

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

 a { background-color: rgb(190,3,20); }

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

border-color css

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

 span { border-color: rgb(190,3,20); }

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