Html Css Color HEX #AF181E Venetian Red

📋 copy color: '#AF181E'

red 175 ◦ green 24 ◦ blue 30

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

Shades of Venetian Red #AF181E

Tints of Venetian Red #AF181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 76.42%
G = 10.48%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF181E (or 0xAF181E) is known color: Venetian Red. HEX triplet: AF, 18 and 1E. RGB value is (175,24,30). Sum of RGB (Red+Green+Blue) = 175+24+30=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF181E is #50E7E1. Grayscale: #454545. Windows color (decimal): -5302242 or 1972399. OLE color: 1972399.

HSL color Cylindrical-coordinate representation of color #AF181E: hue angle of 357.62º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF181E is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 30 -
CMYK 0 0.86 0.83 0.31
HSL 357.62º 0.76% 0.39% -
HSV(B) 357.62º 0.86% 0.69% -
XYZ 18.24 9.86 2.17 -
YUV 69.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 175 24 30 0 0.86 0.83 0.31 357.62 0.76 0.39
Hex AF 18 1E 0 56 53 1F 166 4C 27
Octal 257 30 36 0 126 123 37 546 114 47
Binary 10101111 11000 11110 0 1010110 1010011 11111 101100110 1001100 100111

Color Harmonies of #AF181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF181E

Black with #AF181E

Text Example


Text Example

White with #AF181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF181E; }

 p { color: rgb(175,24,30); }

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

background-color css

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

 a { background-color: rgb(175,24,30); }

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

border-color css

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

 span { border-color: rgb(175,24,30); }

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