Html Css Color HEX #AF111A Venetian Red

📋 copy color: '#AF111A'

red 175 ◦ green 17 ◦ blue 26

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

Shades of Venetian Red #AF111A

Tints of Venetian Red #AF111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 80.28%
G = 7.8%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF111A (or 0xAF111A) is known color: Venetian Red. HEX triplet: AF, 11 and 1A. RGB value is (175,17,26). Sum of RGB (Red+Green+Blue) = 175+17+26=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111A is #50EEE5. Grayscale: #414141. Windows color (decimal): -5304038 or 1708463. OLE color: 1708463.

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

Color convert

RGB 175 17 26 -
CMYK 0 0.90 0.85 0.31
HSL 356.58º 0.82% 0.38% -
HSV(B) 356.58º 0.9% 0.69% -
XYZ 18.07 9.59 1.88 -
YUV 65.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 175 17 26 0 0.90 0.85 0.31 356.58 0.82 0.38
Hex AF 11 1A 0 5A 55 1F 165 52 26
Octal 257 21 32 0 132 125 37 545 122 46
Binary 10101111 10001 11010 0 1011010 1010101 11111 101100101 1010010 100110

Color Harmonies of #AF111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF111A

Black with #AF111A

Text Example


Text Example

White with #AF111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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