Html Css Color HEX #AF1220 Venetian Red

📋 copy color: '#AF1220'

red 175 ◦ green 18 ◦ blue 32

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

Shades of Venetian Red #AF1220

Tints of Venetian Red #AF1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 77.78%
G = 8%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF1220 (or 0xAF1220) is known color: Venetian Red. HEX triplet: AF, 12 and 20. RGB value is (175,18,32). Sum of RGB (Red+Green+Blue) = 175+18+32=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1220 is #50EDDF. Grayscale: #424242. Windows color (decimal): -5303776 or 2101935. OLE color: 2101935.

HSL color Cylindrical-coordinate representation of color #AF1220: hue angle of 354.65º degrees, saturation: 0.81, 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 #AF1220 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 32 -
CMYK 0 0.90 0.82 0.31
HSL 354.65º 0.81% 0.38% -
HSV(B) 354.65º 0.9% 0.69% -
XYZ 18.16 9.65 2.27 -
YUV 66.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 175 18 32 0 0.90 0.82 0.31 354.65 0.81 0.38
Hex AF 12 20 0 5A 52 1F 163 51 26
Octal 257 22 40 0 132 122 37 543 121 46
Binary 10101111 10010 100000 0 1011010 1010010 11111 101100011 1010001 100110

Color Harmonies of #AF1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1220

Black with #AF1220

Text Example


Text Example

White with #AF1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1220; }

 p { color: rgb(175,18,32); }

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

background-color css

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

 a { background-color: rgb(175,18,32); }

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

border-color css

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

 span { border-color: rgb(175,18,32); }

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