Html Css Color HEX #BE000D Venetian Red

📋 copy color: '#BE000D'

red 190 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #BE000D

Tints of Venetian Red #BE000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 93.6%
G = 0%
B = 6.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE000D (or 0xBE000D) is known color: Venetian Red. HEX triplet: BE, 00 and 0D. RGB value is (190,0,13). Sum of RGB (Red+Green+Blue) = 190+0+13=203 (26% of max value = 765). Red value is 190 (74.61% from 255 or 93.60% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 190 - color contains mainly: red. Hex color #BE000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE000D is #41FFF2. Grayscale: #3A3A3A. Windows color (decimal): -4325363 or 852158. OLE color: 852158.

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

Color convert

RGB 190 0 13 -
CMYK 0 1 0.93 0.25
HSL 355.89º 1% 0.37% -
HSV(B) 355.89º 1% 0.75% -
XYZ 21.31 10.98 1.38 -
YUV 58.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 190 0 13 0 1 0.93 0.25 355.89 1 0.37
Hex BE 0 D 0 64 5D 19 164 64 25
Octal 276 0 15 0 144 135 31 544 144 45
Binary 10111110 0 1101 0 1100100 1011101 11001 101100100 1100100 100101

Color Harmonies of #BE000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE000D

Black with #BE000D

Text Example


Text Example

White with #BE000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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