Html Css Color HEX #B10520 Venetian Red

📋 copy color: '#B10520'

red 177 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B10520

Tints of Venetian Red #B10520

RGB

 RED value IS 177 (69.53% from 255) = 82.71%

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

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

R = 82.71%
G = 2.34%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B10520 (or 0xB10520) is known color: Venetian Red. HEX triplet: B1, 05 and 20. RGB value is (177,5,32). Sum of RGB (Red+Green+Blue) = 177+5+32=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B10520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10520 is #4EFADF. Grayscale: #3B3B3B. Windows color (decimal): -5176032 or 2098609. OLE color: 2098609.

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

Color convert

RGB 177 5 32 -
CMYK 0 0.97 0.82 0.31
HSL 350.58º 0.95% 0.36% -
HSV(B) 350.58º 0.97% 0.69% -
XYZ 18.45 9.56 2.24 -
YUV 59.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 177 5 32 0 0.97 0.82 0.31 350.58 0.95 0.36
Hex B1 5 20 0 61 52 1F 15F 5F 24
Octal 261 5 40 0 141 122 37 537 137 44
Binary 10110001 101 100000 0 1100001 1010010 11111 101011111 1011111 100100

Color Harmonies of #B10520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10520

Black with #B10520

Text Example


Text Example

White with #B10520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10520; }

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

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

background-color css

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

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

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

border-color css

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

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

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