Html Css Color HEX #AF171A Venetian Red

📋 copy color: '#AF171A'

red 175 ◦ green 23 ◦ blue 26

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

Shades of Venetian Red #AF171A

Tints of Venetian Red #AF171A

RGB

 RED value IS 175 (68.75% from 255) = 78.13%

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

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

R = 78.13%
G = 10.27%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF171A (or 0xAF171A) is known color: Venetian Red. HEX triplet: AF, 17 and 1A. RGB value is (175,23,26). Sum of RGB (Red+Green+Blue) = 175+23+26=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171A is #50E8E5. Grayscale: #444444. Windows color (decimal): -5302502 or 1709999. OLE color: 1709999.

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

Color convert

RGB 175 23 26 -
CMYK 0 0.87 0.85 0.31
HSL 358.82º 0.77% 0.39% -
HSV(B) 358.82º 0.87% 0.69% -
XYZ 18.17 9.8 1.91 -
YUV 68.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 175 23 26 0 0.87 0.85 0.31 358.82 0.77 0.39
Hex AF 17 1A 0 57 55 1F 167 4D 27
Octal 257 27 32 0 127 125 37 547 115 47
Binary 10101111 10111 11010 0 1010111 1010101 11111 101100111 1001101 100111

Color Harmonies of #AF171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF171A

Black with #AF171A

Text Example


Text Example

White with #AF171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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