Html Css Color HEX #AF0610 Venetian Red

📋 copy color: '#AF0610'

red 175 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #AF0610

Tints of Venetian Red #AF0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 88.83%
G = 3.05%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0610 (or 0xAF0610) is known color: Venetian Red. HEX triplet: AF, 06 and 10. RGB value is (175,6,16). Sum of RGB (Red+Green+Blue) = 175+6+16=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0610 is #50F9EF. Grayscale: #393939. Windows color (decimal): -5306864 or 1050287. OLE color: 1050287.

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

Color convert

RGB 175 6 16 -
CMYK 0 0.97 0.91 0.31
HSL 356.45º 0.93% 0.35% -
HSV(B) 356.45º 0.97% 0.69% -
XYZ 17.84 9.28 1.34 -
YUV 57.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 175 6 16 0 0.97 0.91 0.31 356.45 0.93 0.35
Hex AF 6 10 0 61 5B 1F 164 5D 23
Octal 257 6 20 0 141 133 37 544 135 43
Binary 10101111 110 10000 0 1100001 1011011 11111 101100100 1011101 100011

Color Harmonies of #AF0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0610

Black with #AF0610

Text Example


Text Example

White with #AF0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0610; }

 p { color: rgb(175,6,16); }

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

background-color css

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

 a { background-color: rgb(175,6,16); }

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

border-color css

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

 span { border-color: rgb(175,6,16); }

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