Html Css Color HEX #BE0506 Venetian Red

📋 copy color: '#BE0506'

red 190 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #BE0506

Tints of Venetian Red #BE0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 94.53%
G = 2.49%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE0506 (or 0xBE0506) is known color: Venetian Red. HEX triplet: BE, 05 and 06. RGB value is (190,5,6). Sum of RGB (Red+Green+Blue) = 190+5+6=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0506 is #41FAF9. Grayscale: #3C3C3C. Windows color (decimal): -4324090 or 394686. OLE color: 394686.

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

Color convert

RGB 190 5 6 -
CMYK 0 0.97 0.97 0.25
HSL 359.68º 0.95% 0.38% -
HSV(B) 359.68º 0.97% 0.75% -
XYZ 21.32 11.07 1.18 -
YUV 60.43 97.29 220.42 -
System Red Green Blue C M Y K H S L
Decimal 190 5 6 0 0.97 0.97 0.25 359.68 0.95 0.38
Hex BE 5 6 0 61 61 19 168 5F 26
Octal 276 5 6 0 141 141 31 550 137 46
Binary 10111110 101 110 0 1100001 1100001 11001 101101000 1011111 100110

Color Harmonies of #BE0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0506

Black with #BE0506

Text Example


Text Example

White with #BE0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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