Html Css Color HEX #AF151F Venetian Red

📋 copy color: '#AF151F'

red 175 ◦ green 21 ◦ blue 31

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

Shades of Venetian Red #AF151F

Tints of Venetian Red #AF151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 77.09%
G = 9.25%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF151F (or 0xAF151F) is known color: Venetian Red. HEX triplet: AF, 15 and 1F. RGB value is (175,21,31). Sum of RGB (Red+Green+Blue) = 175+21+31=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151F is #50EAE0. Grayscale: #444444. Windows color (decimal): -5303009 or 2037167. OLE color: 2037167.

HSL color Cylindrical-coordinate representation of color #AF151F: hue angle of 356.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF151F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 31 -
CMYK 0 0.88 0.82 0.31
HSL 356.1º 0.79% 0.38% -
HSV(B) 356.1º 0.88% 0.69% -
XYZ 18.19 9.75 2.22 -
YUV 68.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 175 21 31 0 0.88 0.82 0.31 356.1 0.79 0.38
Hex AF 15 1F 0 58 52 1F 164 4F 26
Octal 257 25 37 0 130 122 37 544 117 46
Binary 10101111 10101 11111 0 1011000 1010010 11111 101100100 1001111 100110

Color Harmonies of #AF151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF151F

Black with #AF151F

Text Example


Text Example

White with #AF151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF151F; }

 p { color: rgb(175,21,31); }

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

background-color css

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

 a { background-color: rgb(175,21,31); }

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

border-color css

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

 span { border-color: rgb(175,21,31); }

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