Html Css Color HEX #BE012D Venetian Red

📋 copy color: '#BE012D'

red 190 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #BE012D

Tints of Venetian Red #BE012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 80.51%
G = 0.42%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE012D (or 0xBE012D) is known color: Venetian Red. HEX triplet: BE, 01 and 2D. RGB value is (190,1,45). Sum of RGB (Red+Green+Blue) = 190+1+45=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE012D is #41FED2. Grayscale: #3E3E3E. Windows color (decimal): -4325075 or 2949566. OLE color: 2949566.

HSL color Cylindrical-coordinate representation of color #BE012D: hue angle of 346.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE012D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 45 -
CMYK 0 0.99 0.76 0.25
HSL 346.03º 0.99% 0.37% -
HSV(B) 346.03º 0.99% 0.75% -
XYZ 21.72 11.16 3.49 -
YUV 62.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 190 1 45 0 0.99 0.76 0.25 346.03 0.99 0.37
Hex BE 1 2D 0 63 4C 19 15A 63 25
Octal 276 1 55 0 143 114 31 532 143 45
Binary 10111110 1 101101 0 1100011 1001100 11001 101011010 1100011 100101

Color Harmonies of #BE012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE012D

Black with #BE012D

Text Example


Text Example

White with #BE012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE012D; }

 p { color: rgb(190,1,45); }

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

background-color css

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

 a { background-color: rgb(190,1,45); }

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

border-color css

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

 span { border-color: rgb(190,1,45); }

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