Html Css Color HEX #AF181A Venetian Red

📋 copy color: '#AF181A'

red 175 ◦ green 24 ◦ blue 26

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

Shades of Venetian Red #AF181A

Tints of Venetian Red #AF181A

RGB

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

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

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

R = 77.78%
G = 10.67%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF181A (or 0xAF181A) is known color: Venetian Red. HEX triplet: AF, 18 and 1A. RGB value is (175,24,26). Sum of RGB (Red+Green+Blue) = 175+24+26=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF181A is #50E7E5. Grayscale: #454545. Windows color (decimal): -5302246 or 1710255. OLE color: 1710255.

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

Color convert

RGB 175 24 26 -
CMYK 0 0.86 0.85 0.31
HSL 359.21º 0.76% 0.39% -
HSV(B) 359.21º 0.86% 0.69% -
XYZ 18.19 9.84 1.92 -
YUV 69.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 175 24 26 0 0.86 0.85 0.31 359.21 0.76 0.39
Hex AF 18 1A 0 56 55 1F 167 4C 27
Octal 257 30 32 0 126 125 37 547 114 47
Binary 10101111 11000 11010 0 1010110 1010101 11111 101100111 1001100 100111

Color Harmonies of #AF181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF181A

Black with #AF181A

Text Example


Text Example

White with #AF181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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