Html Css Color HEX #B50520 Venetian Red

📋 copy color: '#B50520'

red 181 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B50520

Tints of Venetian Red #B50520

RGB

 RED value IS 181 (71.09% from 255) = 83.03%

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 83.03%
G = 2.29%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B50520 (or 0xB50520) is known color: Venetian Red. HEX triplet: B5, 05 and 20. RGB value is (181,5,32). Sum of RGB (Red+Green+Blue) = 181+5+32=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B50520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50520 is #4AFADF. Grayscale: #3C3C3C. Windows color (decimal): -4913888 or 2098613. OLE color: 2098613.

HSL color Cylindrical-coordinate representation of color #B50520: hue angle of 350.8º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50520 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 32 -
CMYK 0 0.97 0.82 0.29
HSL 350.8º 0.95% 0.36% -
HSV(B) 350.8º 0.97% 0.71% -
XYZ 19.37 10.04 2.28 -
YUV 60.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 181 5 32 0 0.97 0.82 0.29 350.8 0.95 0.36
Hex B5 5 20 0 61 52 1D 15F 5F 24
Octal 265 5 40 0 141 122 35 537 137 44
Binary 10110101 101 100000 0 1100001 1010010 11101 101011111 1011111 100100

Color Harmonies of #B50520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50520

Black with #B50520

Text Example


Text Example

White with #B50520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50520; }

 p { color: rgb(181,5,32); }

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

background-color css

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

 a { background-color: rgb(181,5,32); }

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

border-color css

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

 span { border-color: rgb(181,5,32); }

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