Html Css Color HEX #BE0227 Venetian Red

📋 copy color: '#BE0227'

red 190 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #BE0227

Tints of Venetian Red #BE0227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.88%

R = 82.25%
G = 0.87%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE0227 (or 0xBE0227) is known color: Venetian Red. HEX triplet: BE, 02 and 27. RGB value is (190,2,39). Sum of RGB (Red+Green+Blue) = 190+2+39=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0227 is #41FDD8. Grayscale: #3E3E3E. Windows color (decimal): -4324825 or 2556606. OLE color: 2556606.

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

Color convert

RGB 190 2 39 -
CMYK 0 0.99 0.79 0.25
HSL 348.19º 0.98% 0.38% -
HSV(B) 348.19º 0.99% 0.75% -
XYZ 21.62 11.14 2.93 -
YUV 62.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 190 2 39 0 0.99 0.79 0.25 348.19 0.98 0.38
Hex BE 2 27 0 63 4F 19 15C 62 26
Octal 276 2 47 0 143 117 31 534 142 46
Binary 10111110 10 100111 0 1100011 1001111 11001 101011100 1100010 100110

Color Harmonies of #BE0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0227

Black with #BE0227

Text Example


Text Example

White with #BE0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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