Html Css Color HEX #AF080A Venetian Red

📋 copy color: '#AF080A'

red 175 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #AF080A

Tints of Venetian Red #AF080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 90.67%
G = 4.15%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF080A (or 0xAF080A) is known color: Venetian Red. HEX triplet: AF, 08 and 0A. RGB value is (175,8,10). Sum of RGB (Red+Green+Blue) = 175+8+10=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF080A is #50F7F5. Grayscale: #3A3A3A. Windows color (decimal): -5306358 or 657583. OLE color: 657583.

HSL color Cylindrical-coordinate representation of color #AF080A: hue angle of 359.28º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 10 -
CMYK 0 0.95 0.94 0.31
HSL 359.28º 0.91% 0.36% -
HSV(B) 359.28º 0.95% 0.69% -
XYZ 17.82 9.31 1.14 -
YUV 58.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 175 8 10 0 0.95 0.94 0.31 359.28 0.91 0.36
Hex AF 8 A 0 5F 5E 1F 167 5B 24
Octal 257 10 12 0 137 136 37 547 133 44
Binary 10101111 1000 1010 0 1011111 1011110 11111 101100111 1011011 100100

Color Harmonies of #AF080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF080A

Black with #AF080A

Text Example


Text Example

White with #AF080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF080A; }

 p { color: rgb(175,8,10); }

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

background-color css

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

 a { background-color: rgb(175,8,10); }

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

border-color css

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

 span { border-color: rgb(175,8,10); }

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