Html Css Color HEX #B0171C Venetian Red

📋 copy color: '#B0171C'

red 176 ◦ green 23 ◦ blue 28

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

Shades of Venetian Red #B0171C

Tints of Venetian Red #B0171C

RGB

 RED value IS 176 (69.14% from 255) = 77.53%

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 77.53%
G = 10.13%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0171C (or 0xB0171C) is known color: Venetian Red. HEX triplet: B0, 17 and 1C. RGB value is (176,23,28). Sum of RGB (Red+Green+Blue) = 176+23+28=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0171C is #4FE8E3. Grayscale: #454545. Windows color (decimal): -5236964 or 1841072. OLE color: 1841072.

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

Color convert

RGB 176 23 28 -
CMYK 0 0.87 0.84 0.31
HSL 358.04º 0.77% 0.39% -
HSV(B) 358.04º 0.87% 0.69% -
XYZ 18.42 9.93 2.04 -
YUV 69.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 176 23 28 0 0.87 0.84 0.31 358.04 0.77 0.39
Hex B0 17 1C 0 57 54 1F 166 4D 27
Octal 260 27 34 0 127 124 37 546 115 47
Binary 10110000 10111 11100 0 1010111 1010100 11111 101100110 1001101 100111

Color Harmonies of #B0171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0171C

Black with #B0171C

Text Example


Text Example

White with #B0171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0171C; }

 p { color: rgb(176,23,28); }

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

background-color css

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

 a { background-color: rgb(176,23,28); }

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

border-color css

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

 span { border-color: rgb(176,23,28); }

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