Html Css Color HEX #B7171A Venetian Red

📋 copy color: '#B7171A'

red 183 ◦ green 23 ◦ blue 26

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

Shades of Venetian Red #B7171A

Tints of Venetian Red #B7171A

RGB

 RED value IS 183 (71.88% from 255) = 78.88%

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

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 78.88%
G = 9.91%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7171A (or 0xB7171A) is known color: Venetian Red. HEX triplet: B7, 17 and 1A. RGB value is (183,23,26). Sum of RGB (Red+Green+Blue) = 183+23+26=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7171A is #48E8E5. Grayscale: #474747. Windows color (decimal): -4778214 or 1710007. OLE color: 1710007.

HSL color Cylindrical-coordinate representation of color #B7171A: hue angle of 358.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7171A is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 26 -
CMYK 0 0.87 0.86 0.28
HSL 358.88º 0.78% 0.4% -
HSV(B) 358.88º 0.87% 0.72% -
XYZ 20.02 10.75 2 -
YUV 71.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 183 23 26 0 0.87 0.86 0.28 358.88 0.78 0.4
Hex B7 17 1A 0 57 56 1C 167 4E 28
Octal 267 27 32 0 127 126 34 547 116 50
Binary 10110111 10111 11010 0 1010111 1010110 11100 101100111 1001110 101000

Color Harmonies of #B7171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7171A

Black with #B7171A

Text Example


Text Example

White with #B7171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7171A; }

 p { color: rgb(183,23,26); }

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

background-color css

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

 a { background-color: rgb(183,23,26); }

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

border-color css

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

 span { border-color: rgb(183,23,26); }

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