Html Css Color HEX #BE000C Venetian Red

📋 copy color: '#BE000C'

red 190 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #BE000C

Tints of Venetian Red #BE000C

RGB

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

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

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

R = 94.06%
G = 0%
B = 5.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE000C (or 0xBE000C) is known color: Venetian Red. HEX triplet: BE, 00 and 0C. RGB value is (190,0,12). Sum of RGB (Red+Green+Blue) = 190+0+12=202 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.06% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 190 - color contains mainly: red. Hex color #BE000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE000C is #41FFF3. Grayscale: #3A3A3A. Windows color (decimal): -4325364 or 786622. OLE color: 786622.

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

Color convert

RGB 190 0 12 -
CMYK 0 1 0.94 0.25
HSL 356.21º 1% 0.37% -
HSV(B) 356.21º 1% 0.75% -
XYZ 21.3 10.97 1.34 -
YUV 58.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 190 0 12 0 1 0.94 0.25 356.21 1 0.37
Hex BE 0 C 0 64 5E 19 164 64 25
Octal 276 0 14 0 144 136 31 544 144 45
Binary 10111110 0 1100 0 1100100 1011110 11001 101100100 1100100 100101

Color Harmonies of #BE000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE000C

Black with #BE000C

Text Example


Text Example

White with #BE000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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