Html Css Color HEX #BE0310 Venetian Red

📋 copy color: '#BE0310'

red 190 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #BE0310

Tints of Venetian Red #BE0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 90.91%
G = 1.44%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE0310 (or 0xBE0310) is known color: Venetian Red. HEX triplet: BE, 03 and 10. RGB value is (190,3,16). Sum of RGB (Red+Green+Blue) = 190+3+16=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0310 is #41FCEF. Grayscale: #3C3C3C. Windows color (decimal): -4324592 or 1049534. OLE color: 1049534.

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

Color convert

RGB 190 3 16 -
CMYK 0 0.98 0.92 0.25
HSL 355.83º 0.97% 0.38% -
HSV(B) 355.83º 0.98% 0.75% -
XYZ 21.36 11.05 1.5 -
YUV 60.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 190 3 16 0 0.98 0.92 0.25 355.83 0.97 0.38
Hex BE 3 10 0 62 5C 19 164 61 26
Octal 276 3 20 0 142 134 31 544 141 46
Binary 10111110 11 10000 0 1100010 1011100 11001 101100100 1100001 100110

Color Harmonies of #BE0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0310

Black with #BE0310

Text Example


Text Example

White with #BE0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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