Html Css Color HEX #B5171C Venetian Red

📋 copy color: '#B5171C'

red 181 ◦ green 23 ◦ blue 28

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

Shades of Venetian Red #B5171C

Tints of Venetian Red #B5171C

RGB

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

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

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

R = 78.02%
G = 9.91%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5171C (or 0xB5171C) is known color: Venetian Red. HEX triplet: B5, 17 and 1C. RGB value is (181,23,28). Sum of RGB (Red+Green+Blue) = 181+23+28=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5171C is #4AE8E3. Grayscale: #464646. Windows color (decimal): -4909284 or 1841077. OLE color: 1841077.

HSL color Cylindrical-coordinate representation of color #B5171C: hue angle of 358.1º 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 #B5171C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 28 -
CMYK 0 0.87 0.85 0.29
HSL 358.1º 0.77% 0.4% -
HSV(B) 358.1º 0.87% 0.71% -
XYZ 19.57 10.52 2.1 -
YUV 70.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 181 23 28 0 0.87 0.85 0.29 358.1 0.77 0.4
Hex B5 17 1C 0 57 55 1D 166 4D 28
Octal 265 27 34 0 127 125 35 546 115 50
Binary 10110101 10111 11100 0 1010111 1010101 11101 101100110 1001101 101000

Color Harmonies of #B5171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5171C

Black with #B5171C

Text Example


Text Example

White with #B5171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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