Html Css Color HEX #AF171E Venetian Red

📋 copy color: '#AF171E'

red 175 ◦ green 23 ◦ blue 30

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

Shades of Venetian Red #AF171E

Tints of Venetian Red #AF171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 76.75%
G = 10.09%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF171E (or 0xAF171E) is known color: Venetian Red. HEX triplet: AF, 17 and 1E. RGB value is (175,23,30). Sum of RGB (Red+Green+Blue) = 175+23+30=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171E is #50E8E1. Grayscale: #454545. Windows color (decimal): -5302498 or 1972143. OLE color: 1972143.

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

Color convert

RGB 175 23 30 -
CMYK 0 0.87 0.83 0.31
HSL 357.24º 0.77% 0.39% -
HSV(B) 357.24º 0.87% 0.69% -
XYZ 18.22 9.82 2.16 -
YUV 69.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 175 23 30 0 0.87 0.83 0.31 357.24 0.77 0.39
Hex AF 17 1E 0 57 53 1F 165 4D 27
Octal 257 27 36 0 127 123 37 545 115 47
Binary 10101111 10111 11110 0 1010111 1010011 11111 101100101 1001101 100111

Color Harmonies of #AF171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF171E

Black with #AF171E

Text Example


Text Example

White with #AF171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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