Html Css Color HEX #BE0816 Venetian Red

📋 copy color: '#BE0816'

red 190 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #BE0816

Tints of Venetian Red #BE0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 22 (8.98% from 255) = 10%

R = 86.36%
G = 3.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE0816 (or 0xBE0816) is known color: Venetian Red. HEX triplet: BE, 08 and 16. RGB value is (190,8,22). Sum of RGB (Red+Green+Blue) = 190+8+22=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0816 is #41F7E9. Grayscale: #404040. Windows color (decimal): -4323306 or 1444030. OLE color: 1444030.

HSL color Cylindrical-coordinate representation of color #BE0816: hue angle of 355.38º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0816 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 22 -
CMYK 0 0.96 0.88 0.25
HSL 355.38º 0.92% 0.39% -
HSV(B) 355.38º 0.96% 0.75% -
XYZ 21.47 11.18 1.79 -
YUV 64.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 190 8 22 0 0.96 0.88 0.25 355.38 0.92 0.39
Hex BE 8 16 0 60 58 19 163 5C 27
Octal 276 10 26 0 140 130 31 543 134 47
Binary 10111110 1000 10110 0 1100000 1011000 11001 101100011 1011100 100111

Color Harmonies of #BE0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0816

Black with #BE0816

Text Example


Text Example

White with #BE0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0816; }

 p { color: rgb(190,8,22); }

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

background-color css

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

 a { background-color: rgb(190,8,22); }

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

border-color css

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

 span { border-color: rgb(190,8,22); }

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