Html Css Color HEX #BE0512 Venetian Red

📋 copy color: '#BE0512'

red 190 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #BE0512

Tints of Venetian Red #BE0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 89.2%
G = 2.35%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE0512 (or 0xBE0512) is known color: Venetian Red. HEX triplet: BE, 05 and 12. RGB value is (190,5,18). Sum of RGB (Red+Green+Blue) = 190+5+18=213 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.20% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0512 is #41FAED. Grayscale: #3D3D3D. Windows color (decimal): -4324078 or 1181118. OLE color: 1181118.

HSL color Cylindrical-coordinate representation of color #BE0512: hue angle of 355.78º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0512 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 5 18 -
CMYK 0 0.97 0.91 0.25
HSL 355.78º 0.95% 0.38% -
HSV(B) 355.78º 0.97% 0.75% -
XYZ 21.4 11.1 1.59 -
YUV 61.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 190 5 18 0 0.97 0.91 0.25 355.78 0.95 0.38
Hex BE 5 12 0 61 5B 19 164 5F 26
Octal 276 5 22 0 141 133 31 544 137 46
Binary 10111110 101 10010 0 1100001 1011011 11001 101100100 1011111 100110

Color Harmonies of #BE0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0512

Black with #BE0512

Text Example


Text Example

White with #BE0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0512; }

 p { color: rgb(190,5,18); }

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

background-color css

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

 a { background-color: rgb(190,5,18); }

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

border-color css

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

 span { border-color: rgb(190,5,18); }

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