Html Css Color HEX #AF0510 Venetian Red

📋 copy color: '#AF0510'

red 175 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #AF0510

Tints of Venetian Red #AF0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 89.29%
G = 2.55%
B = 8.16%

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

#AF0510 (or 0xAF0510) is known color: Venetian Red. HEX triplet: AF, 05 and 10. RGB value is (175,5,16). Sum of RGB (Red+Green+Blue) = 175+5+16=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0510 is #50FAEF. Grayscale: #393939. Windows color (decimal): -5307120 or 1050031. OLE color: 1050031.

HSL color Cylindrical-coordinate representation of color #AF0510: hue angle of 356.12º degrees, saturation: 0.94, 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 #AF0510 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 16 -
CMYK 0 0.97 0.91 0.31
HSL 356.12º 0.94% 0.35% -
HSV(B) 356.12º 0.97% 0.69% -
XYZ 17.83 9.26 1.34 -
YUV 57.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 175 5 16 0 0.97 0.91 0.31 356.12 0.94 0.35
Hex AF 5 10 0 61 5B 1F 164 5E 23
Octal 257 5 20 0 141 133 37 544 136 43
Binary 10101111 101 10000 0 1100001 1011011 11111 101100100 1011110 100011

Color Harmonies of #AF0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0510

Black with #AF0510

Text Example


Text Example

White with #AF0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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