Html Css Color HEX #BE020C Venetian Red

📋 copy color: '#BE020C'

red 190 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #BE020C

Tints of Venetian Red #BE020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 93.14%
G = 0.98%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE020C (or 0xBE020C) is known color: Venetian Red. HEX triplet: BE, 02 and 0C. RGB value is (190,2,12). Sum of RGB (Red+Green+Blue) = 190+2+12=204 (27% of max value = 765). Red value is 190 (74.61% from 255 or 93.14% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 190 - color contains mainly: red. Hex color #BE020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE020C is #41FDF3. Grayscale: #3B3B3B. Windows color (decimal): -4324852 or 787134. OLE color: 787134.

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

Color convert

RGB 190 2 12 -
CMYK 0 0.99 0.94 0.25
HSL 356.81º 0.98% 0.38% -
HSV(B) 356.81º 0.99% 0.75% -
XYZ 21.32 11.02 1.35 -
YUV 59.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 190 2 12 0 0.99 0.94 0.25 356.81 0.98 0.38
Hex BE 2 C 0 63 5E 19 165 62 26
Octal 276 2 14 0 143 136 31 545 142 46
Binary 10111110 10 1100 0 1100011 1011110 11001 101100101 1100010 100110

Color Harmonies of #BE020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE020C

Black with #BE020C

Text Example


Text Example

White with #BE020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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