Html Css Color HEX #BE0122 Venetian Red

📋 copy color: '#BE0122'

red 190 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #BE0122

Tints of Venetian Red #BE0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 84.44%
G = 0.44%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE0122 (or 0xBE0122) is known color: Venetian Red. HEX triplet: BE, 01 and 22. RGB value is (190,1,34). Sum of RGB (Red+Green+Blue) = 190+1+34=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0122 is #41FEDD. Grayscale: #3D3D3D. Windows color (decimal): -4325086 or 2228670. OLE color: 2228670.

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

Color convert

RGB 190 1 34 -
CMYK 0 0.99 0.82 0.25
HSL 349.52º 0.99% 0.37% -
HSV(B) 349.52º 0.99% 0.75% -
XYZ 21.53 11.08 2.52 -
YUV 61.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 190 1 34 0 0.99 0.82 0.25 349.52 0.99 0.37
Hex BE 1 22 0 63 52 19 15E 63 25
Octal 276 1 42 0 143 122 31 536 143 45
Binary 10111110 1 100010 0 1100011 1010010 11001 101011110 1100011 100101

Color Harmonies of #BE0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0122

Black with #BE0122

Text Example


Text Example

White with #BE0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0122; }

 p { color: rgb(190,1,34); }

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

background-color css

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

 a { background-color: rgb(190,1,34); }

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

border-color css

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

 span { border-color: rgb(190,1,34); }

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