Html Css Color HEX #BE0214 Venetian Red

📋 copy color: '#BE0214'

red 190 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #BE0214

Tints of Venetian Red #BE0214

RGB

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

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

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

R = 89.62%
G = 0.94%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE0214 (or 0xBE0214) is known color: Venetian Red. HEX triplet: BE, 02 and 14. RGB value is (190,2,20). Sum of RGB (Red+Green+Blue) = 190+2+20=212 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.62% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0214 is #41FDEB. Grayscale: #3C3C3C. Windows color (decimal): -4324844 or 1311422. OLE color: 1311422.

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

Color convert

RGB 190 2 20 -
CMYK 0 0.99 0.89 0.25
HSL 354.26º 0.98% 0.38% -
HSV(B) 354.26º 0.99% 0.75% -
XYZ 21.38 11.04 1.67 -
YUV 60.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 190 2 20 0 0.99 0.89 0.25 354.26 0.98 0.38
Hex BE 2 14 0 63 59 19 162 62 26
Octal 276 2 24 0 143 131 31 542 142 46
Binary 10111110 10 10100 0 1100011 1011001 11001 101100010 1100010 100110

Color Harmonies of #BE0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0214

Black with #BE0214

Text Example


Text Example

White with #BE0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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