Html Css Color HEX #BE0027 Venetian Red

📋 copy color: '#BE0027'

red 190 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #BE0027

Tints of Venetian Red #BE0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.97%
G = 0%
B = 17.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE0027 (or 0xBE0027) is known color: Venetian Red. HEX triplet: BE, 00 and 27. RGB value is (190,0,39). Sum of RGB (Red+Green+Blue) = 190+0+39=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0027 is #41FFD8. Grayscale: #3D3D3D. Windows color (decimal): -4325337 or 2556094. OLE color: 2556094.

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

Color convert

RGB 190 0 39 -
CMYK 0 1 0.79 0.25
HSL 347.68º 1% 0.37% -
HSV(B) 347.68º 1% 0.75% -
XYZ 21.6 11.09 2.92 -
YUV 61.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 190 0 39 0 1 0.79 0.25 347.68 1 0.37
Hex BE 0 27 0 64 4F 19 15C 64 25
Octal 276 0 47 0 144 117 31 534 144 45
Binary 10111110 0 100111 0 1100100 1001111 11001 101011100 1100100 100101

Color Harmonies of #BE0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0027

Black with #BE0027

Text Example


Text Example

White with #BE0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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