Html Css Color HEX #BE080C Venetian Red

📋 copy color: '#BE080C'

red 190 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #BE080C

Tints of Venetian Red #BE080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 90.48%
G = 3.81%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE080C (or 0xBE080C) is known color: Venetian Red. HEX triplet: BE, 08 and 0C. RGB value is (190,8,12). Sum of RGB (Red+Green+Blue) = 190+8+12=210 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.48% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 190 - color contains mainly: red. Hex color #BE080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE080C is #41F7F3. Grayscale: #3F3F3F. Windows color (decimal): -4323316 or 788670. OLE color: 788670.

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

Color convert

RGB 190 8 12 -
CMYK 0 0.96 0.94 0.25
HSL 358.68º 0.92% 0.39% -
HSV(B) 358.68º 0.96% 0.75% -
XYZ 21.39 11.15 1.37 -
YUV 62.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 190 8 12 0 0.96 0.94 0.25 358.68 0.92 0.39
Hex BE 8 C 0 60 5E 19 167 5C 27
Octal 276 10 14 0 140 136 31 547 134 47
Binary 10111110 1000 1100 0 1100000 1011110 11001 101100111 1011100 100111

Color Harmonies of #BE080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE080C

Black with #BE080C

Text Example


Text Example

White with #BE080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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