Html Css Color HEX #BE031E Venetian Red

📋 copy color: '#BE031E'

red 190 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #BE031E

Tints of Venetian Red #BE031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 85.2%
G = 1.35%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE031E (or 0xBE031E) is known color: Venetian Red. HEX triplet: BE, 03 and 1E. RGB value is (190,3,30). Sum of RGB (Red+Green+Blue) = 190+3+30=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE031E is #41FCE1. Grayscale: #3E3E3E. Windows color (decimal): -4324578 or 1967038. OLE color: 1967038.

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

Color convert

RGB 190 3 30 -
CMYK 0 0.98 0.84 0.25
HSL 351.34º 0.97% 0.38% -
HSV(B) 351.34º 0.98% 0.75% -
XYZ 21.5 11.11 2.24 -
YUV 61.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 190 3 30 0 0.98 0.84 0.25 351.34 0.97 0.38
Hex BE 3 1E 0 62 54 19 15F 61 26
Octal 276 3 36 0 142 124 31 537 141 46
Binary 10111110 11 11110 0 1100010 1010100 11001 101011111 1100001 100110

Color Harmonies of #BE031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE031E

Black with #BE031E

Text Example


Text Example

White with #BE031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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