Html Css Color HEX #BE012B Venetian Red

📋 copy color: '#BE012B'

red 190 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #BE012B

Tints of Venetian Red #BE012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 81.2%
G = 0.43%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE012B (or 0xBE012B) is known color: Venetian Red. HEX triplet: BE, 01 and 2B. RGB value is (190,1,43). Sum of RGB (Red+Green+Blue) = 190+1+43=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE012B is #41FED4. Grayscale: #3E3E3E. Windows color (decimal): -4325077 or 2818494. OLE color: 2818494.

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

Color convert

RGB 190 1 43 -
CMYK 0 0.99 0.77 0.25
HSL 346.67º 0.99% 0.37% -
HSV(B) 346.67º 0.99% 0.75% -
XYZ 21.68 11.14 3.29 -
YUV 62.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 190 1 43 0 0.99 0.77 0.25 346.67 0.99 0.37
Hex BE 1 2B 0 63 4D 19 15B 63 25
Octal 276 1 53 0 143 115 31 533 143 45
Binary 10111110 1 101011 0 1100011 1001101 11001 101011011 1100011 100101

Color Harmonies of #BE012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE012B

Black with #BE012B

Text Example


Text Example

White with #BE012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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