Html Css Color HEX #B10F20 Venetian Red

📋 copy color: '#B10F20'

red 177 ◦ green 15 ◦ blue 32

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

Shades of Venetian Red #B10F20

Tints of Venetian Red #B10F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

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

R = 79.02%
G = 6.7%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B10F20 (or 0xB10F20) is known color: Venetian Red. HEX triplet: B1, 0F and 20. RGB value is (177,15,32). Sum of RGB (Red+Green+Blue) = 177+15+32=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F20 is #4EF0DF. Grayscale: #414141. Windows color (decimal): -5173472 or 2101169. OLE color: 2101169.

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

Color convert

RGB 177 15 32 -
CMYK 0 0.92 0.82 0.31
HSL 353.7º 0.84% 0.38% -
HSV(B) 353.7º 0.92% 0.69% -
XYZ 18.56 9.79 2.28 -
YUV 65.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 177 15 32 0 0.92 0.82 0.31 353.7 0.84 0.38
Hex B1 F 20 0 5C 52 1F 162 54 26
Octal 261 17 40 0 134 122 37 542 124 46
Binary 10110001 1111 100000 0 1011100 1010010 11111 101100010 1010100 100110

Color Harmonies of #B10F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F20

Black with #B10F20

Text Example


Text Example

White with #B10F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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