Html Css Color HEX #AF171B Venetian Red

📋 copy color: '#AF171B'

red 175 ◦ green 23 ◦ blue 27

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

Shades of Venetian Red #AF171B

Tints of Venetian Red #AF171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12%

R = 77.78%
G = 10.22%
B = 12%

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

#AF171B (or 0xAF171B) is known color: Venetian Red. HEX triplet: AF, 17 and 1B. RGB value is (175,23,27). Sum of RGB (Red+Green+Blue) = 175+23+27=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171B is #50E8E4. Grayscale: #454545. Windows color (decimal): -5302501 or 1775535. OLE color: 1775535.

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

Color convert

RGB 175 23 27 -
CMYK 0 0.87 0.85 0.31
HSL 358.42º 0.77% 0.39% -
HSV(B) 358.42º 0.87% 0.69% -
XYZ 18.18 9.81 1.97 -
YUV 68.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 175 23 27 0 0.87 0.85 0.31 358.42 0.77 0.39
Hex AF 17 1B 0 57 55 1F 166 4D 27
Octal 257 27 33 0 127 125 37 546 115 47
Binary 10101111 10111 11011 0 1010111 1010101 11111 101100110 1001101 100111

Color Harmonies of #AF171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF171B

Black with #AF171B

Text Example


Text Example

White with #AF171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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