Html Css Color HEX #BE001D Venetian Red

📋 copy color: '#BE001D'

red 190 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #BE001D

Tints of Venetian Red #BE001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 86.76%
G = 0%
B = 13.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE001D (or 0xBE001D) is known color: Venetian Red. HEX triplet: BE, 00 and 1D. RGB value is (190,0,29). Sum of RGB (Red+Green+Blue) = 190+0+29=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE001D is #41FFE2. Grayscale: #3C3C3C. Windows color (decimal): -4325347 or 1900734. OLE color: 1900734.

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

Color convert

RGB 190 0 29 -
CMYK 0 1 0.85 0.25
HSL 350.84º 1% 0.37% -
HSV(B) 350.84º 1% 0.75% -
XYZ 21.46 11.04 2.16 -
YUV 60.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 190 0 29 0 1 0.85 0.25 350.84 1 0.37
Hex BE 0 1D 0 64 55 19 15F 64 25
Octal 276 0 35 0 144 125 31 537 144 45
Binary 10111110 0 11101 0 1100100 1010101 11001 101011111 1100100 100101

Color Harmonies of #BE001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE001D

Black with #BE001D

Text Example


Text Example

White with #BE001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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