Html Css Color HEX #BE011C Venetian Red

📋 copy color: '#BE011C'

red 190 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #BE011C

Tints of Venetian Red #BE011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 86.76%
G = 0.46%
B = 12.79%

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

#BE011C (or 0xBE011C) is known color: Venetian Red. HEX triplet: BE, 01 and 1C. RGB value is (190,1,28). Sum of RGB (Red+Green+Blue) = 190+1+28=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE011C is #41FEE3. Grayscale: #3C3C3C. Windows color (decimal): -4325092 or 1835454. OLE color: 1835454.

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

Color convert

RGB 190 1 28 -
CMYK 0 0.99 0.85 0.25
HSL 351.43º 0.99% 0.37% -
HSV(B) 351.43º 0.99% 0.75% -
XYZ 21.46 11.05 2.1 -
YUV 60.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 190 1 28 0 0.99 0.85 0.25 351.43 0.99 0.37
Hex BE 1 1C 0 63 55 19 15F 63 25
Octal 276 1 34 0 143 125 31 537 143 45
Binary 10111110 1 11100 0 1100011 1010101 11001 101011111 1100011 100101

Color Harmonies of #BE011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE011C

Black with #BE011C

Text Example


Text Example

White with #BE011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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