Html Css Color HEX #BE0618 Venetian Red

📋 copy color: '#BE0618'

red 190 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #BE0618

Tints of Venetian Red #BE0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 86.36%
G = 2.73%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0618 (or 0xBE0618) is known color: Venetian Red. HEX triplet: BE, 06 and 18. RGB value is (190,6,24). Sum of RGB (Red+Green+Blue) = 190+6+24=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0618 is #41F9E7. Grayscale: #3F3F3F. Windows color (decimal): -4323816 or 1574590. OLE color: 1574590.

HSL color Cylindrical-coordinate representation of color #BE0618: hue angle of 354.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0618 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 6 24 -
CMYK 0 0.97 0.87 0.25
HSL 354.13º 0.94% 0.38% -
HSV(B) 354.13º 0.97% 0.75% -
XYZ 21.47 11.14 1.88 -
YUV 63.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 190 6 24 0 0.97 0.87 0.25 354.13 0.94 0.38
Hex BE 6 18 0 61 57 19 162 5E 26
Octal 276 6 30 0 141 127 31 542 136 46
Binary 10111110 110 11000 0 1100001 1010111 11001 101100010 1011110 100110

Color Harmonies of #BE0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0618

Black with #BE0618

Text Example


Text Example

White with #BE0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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