Html Css Color HEX #AF121C Venetian Red

📋 copy color: '#AF121C'

red 175 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #AF121C

Tints of Venetian Red #AF121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 79.19%
G = 8.14%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF121C (or 0xAF121C) is known color: Venetian Red. HEX triplet: AF, 12 and 1C. RGB value is (175,18,28). Sum of RGB (Red+Green+Blue) = 175+18+28=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121C is #50EDE3. Grayscale: #424242. Windows color (decimal): -5303780 or 1839791. OLE color: 1839791.

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

Color convert

RGB 175 18 28 -
CMYK 0 0.90 0.84 0.31
HSL 356.18º 0.81% 0.38% -
HSV(B) 356.18º 0.9% 0.69% -
XYZ 18.11 9.63 2 -
YUV 66.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 175 18 28 0 0.90 0.84 0.31 356.18 0.81 0.38
Hex AF 12 1C 0 5A 54 1F 164 51 26
Octal 257 22 34 0 132 124 37 544 121 46
Binary 10101111 10010 11100 0 1011010 1010100 11111 101100100 1010001 100110

Color Harmonies of #AF121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF121C

Black with #AF121C

Text Example


Text Example

White with #AF121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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