Html Css Color HEX #BE031D Venetian Red

📋 copy color: '#BE031D'

red 190 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #BE031D

Tints of Venetian Red #BE031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 85.59%
G = 1.35%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE031D (or 0xBE031D) is known color: Venetian Red. HEX triplet: BE, 03 and 1D. RGB value is (190,3,29). Sum of RGB (Red+Green+Blue) = 190+3+29=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE031D is #41FCE2. Grayscale: #3D3D3D. Windows color (decimal): -4324579 or 1901502. OLE color: 1901502.

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

Color convert

RGB 190 3 29 -
CMYK 0 0.98 0.85 0.25
HSL 351.66º 0.97% 0.38% -
HSV(B) 351.66º 0.98% 0.75% -
XYZ 21.49 11.1 2.17 -
YUV 61.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 190 3 29 0 0.98 0.85 0.25 351.66 0.97 0.38
Hex BE 3 1D 0 62 55 19 160 61 26
Octal 276 3 35 0 142 125 31 540 141 46
Binary 10111110 11 11101 0 1100010 1010101 11001 101100000 1100001 100110

Color Harmonies of #BE031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE031D

Black with #BE031D

Text Example


Text Example

White with #BE031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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