Html Css Color HEX #B5171A Venetian Red

📋 copy color: '#B5171A'

red 181 ◦ green 23 ◦ blue 26

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

Shades of Venetian Red #B5171A

Tints of Venetian Red #B5171A

RGB

 RED value IS 181 (71.09% from 255) = 78.7%

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

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

R = 78.7%
G = 10%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5171A (or 0xB5171A) is known color: Venetian Red. HEX triplet: B5, 17 and 1A. RGB value is (181,23,26). Sum of RGB (Red+Green+Blue) = 181+23+26=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5171A is #4AE8E5. Grayscale: #464646. Windows color (decimal): -4909286 or 1710005. OLE color: 1710005.

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

Color convert

RGB 181 23 26 -
CMYK 0 0.87 0.86 0.29
HSL 358.86º 0.77% 0.4% -
HSV(B) 358.86º 0.87% 0.71% -
XYZ 19.55 10.51 1.98 -
YUV 70.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 181 23 26 0 0.87 0.86 0.29 358.86 0.77 0.4
Hex B5 17 1A 0 57 56 1D 167 4D 28
Octal 265 27 32 0 127 126 35 547 115 50
Binary 10110101 10111 11010 0 1010111 1010110 11101 101100111 1001101 101000

Color Harmonies of #B5171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5171A

Black with #B5171A

Text Example


Text Example

White with #B5171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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