Html Css Color HEX #AF181D Venetian Red

📋 copy color: '#AF181D'

red 175 ◦ green 24 ◦ blue 29

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

Shades of Venetian Red #AF181D

Tints of Venetian Red #AF181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 76.75%
G = 10.53%
B = 12.72%

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

#AF181D (or 0xAF181D) is known color: Venetian Red. HEX triplet: AF, 18 and 1D. RGB value is (175,24,29). Sum of RGB (Red+Green+Blue) = 175+24+29=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF181D is #50E7E2. Grayscale: #454545. Windows color (decimal): -5302243 or 1906863. OLE color: 1906863.

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

Color convert

RGB 175 24 29 -
CMYK 0 0.86 0.83 0.31
HSL 358.01º 0.76% 0.39% -
HSV(B) 358.01º 0.86% 0.69% -
XYZ 18.23 9.86 2.1 -
YUV 69.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 175 24 29 0 0.86 0.83 0.31 358.01 0.76 0.39
Hex AF 18 1D 0 56 53 1F 166 4C 27
Octal 257 30 35 0 126 123 37 546 114 47
Binary 10101111 11000 11101 0 1010110 1010011 11111 101100110 1001100 100111

Color Harmonies of #AF181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF181D

Black with #AF181D

Text Example


Text Example

White with #AF181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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