Html Css Color HEX #BE021D Venetian Red

📋 copy color: '#BE021D'

red 190 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #BE021D

Tints of Venetian Red #BE021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 85.97%
G = 0.9%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE021D (or 0xBE021D) is known color: Venetian Red. HEX triplet: BE, 02 and 1D. RGB value is (190,2,29). Sum of RGB (Red+Green+Blue) = 190+2+29=221 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.97% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 190 - color contains mainly: red. Hex color #BE021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE021D is #41FDE2. Grayscale: #3D3D3D. Windows color (decimal): -4324835 or 1901246. OLE color: 1901246.

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

Color convert

RGB 190 2 29 -
CMYK 0 0.99 0.85 0.25
HSL 351.38º 0.98% 0.38% -
HSV(B) 351.38º 0.99% 0.75% -
XYZ 21.48 11.08 2.17 -
YUV 61.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 190 2 29 0 0.99 0.85 0.25 351.38 0.98 0.38
Hex BE 2 1D 0 63 55 19 15F 62 26
Octal 276 2 35 0 143 125 31 537 142 46
Binary 10111110 10 11101 0 1100011 1010101 11001 101011111 1100010 100110

Color Harmonies of #BE021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE021D

Black with #BE021D

Text Example


Text Example

White with #BE021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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