Html Css Color HEX #B10120 Venetian Red

📋 copy color: '#B10120'

red 177 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #B10120

Tints of Venetian Red #B10120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 84.29%
G = 0.48%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B10120 (or 0xB10120) is known color: Venetian Red. HEX triplet: B1, 01 and 20. RGB value is (177,1,32). Sum of RGB (Red+Green+Blue) = 177+1+32=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B10120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10120 is #4EFEDF. Grayscale: #393939. Windows color (decimal): -5177056 or 2097585. OLE color: 2097585.

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

Color convert

RGB 177 1 32 -
CMYK 0 0.99 0.82 0.31
HSL 349.43º 0.99% 0.35% -
HSV(B) 349.43º 0.99% 0.69% -
XYZ 18.4 9.47 2.23 -
YUV 57.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 177 1 32 0 0.99 0.82 0.31 349.43 0.99 0.35
Hex B1 1 20 0 63 52 1F 15D 63 23
Octal 261 1 40 0 143 122 37 535 143 43
Binary 10110001 1 100000 0 1100011 1010010 11111 101011101 1100011 100011

Color Harmonies of #B10120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10120

Black with #B10120

Text Example


Text Example

White with #B10120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10120; }

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

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

background-color css

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

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

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

border-color css

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

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

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