Html Css Color HEX #AF080C Venetian Red

📋 copy color: '#AF080C'

red 175 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #AF080C

Tints of Venetian Red #AF080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 89.74%
G = 4.1%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF080C (or 0xAF080C) is known color: Venetian Red. HEX triplet: AF, 08 and 0C. RGB value is (175,8,12). Sum of RGB (Red+Green+Blue) = 175+8+12=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF080C is #50F7F3. Grayscale: #3A3A3A. Windows color (decimal): -5306356 or 788655. OLE color: 788655.

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

Color convert

RGB 175 8 12 -
CMYK 0 0.95 0.93 0.31
HSL 358.56º 0.91% 0.36% -
HSV(B) 358.56º 0.95% 0.69% -
XYZ 17.83 9.31 1.21 -
YUV 58.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 175 8 12 0 0.95 0.93 0.31 358.56 0.91 0.36
Hex AF 8 C 0 5F 5D 1F 167 5B 24
Octal 257 10 14 0 137 135 37 547 133 44
Binary 10101111 1000 1100 0 1011111 1011101 11111 101100111 1011011 100100

Color Harmonies of #AF080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF080C

Black with #AF080C

Text Example


Text Example

White with #AF080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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