Html Css Color HEX #BE0218 Venetian Red

📋 copy color: '#BE0218'

red 190 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #BE0218

Tints of Venetian Red #BE0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 87.96%
G = 0.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0218 (or 0xBE0218) is known color: Venetian Red. HEX triplet: BE, 02 and 18. RGB value is (190,2,24). Sum of RGB (Red+Green+Blue) = 190+2+24=216 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.96% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0218 is #41FDE7. Grayscale: #3C3C3C. Windows color (decimal): -4324840 or 1573566. OLE color: 1573566.

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

Color convert

RGB 190 2 24 -
CMYK 0 0.99 0.87 0.25
HSL 352.98º 0.98% 0.38% -
HSV(B) 352.98º 0.99% 0.75% -
XYZ 21.42 11.06 1.87 -
YUV 60.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 190 2 24 0 0.99 0.87 0.25 352.98 0.98 0.38
Hex BE 2 18 0 63 57 19 161 62 26
Octal 276 2 30 0 143 127 31 541 142 46
Binary 10111110 10 11000 0 1100011 1010111 11001 101100001 1100010 100110

Color Harmonies of #BE0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0218

Black with #BE0218

Text Example


Text Example

White with #BE0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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