Html Css Color HEX #AF0110 Venetian Red

📋 copy color: '#AF0110'

red 175 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #AF0110

Tints of Venetian Red #AF0110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 91.15%
G = 0.52%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0110 (or 0xAF0110) is known color: Venetian Red. HEX triplet: AF, 01 and 10. RGB value is (175,1,16). Sum of RGB (Red+Green+Blue) = 175+1+16=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0110 is #50FEEF. Grayscale: #363636. Windows color (decimal): -5308144 or 1049007. OLE color: 1049007.

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

Color convert

RGB 175 1 16 -
CMYK 0 0.99 0.91 0.31
HSL 354.83º 0.99% 0.35% -
HSV(B) 354.83º 0.99% 0.69% -
XYZ 17.78 9.17 1.32 -
YUV 54.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 175 1 16 0 0.99 0.91 0.31 354.83 0.99 0.35
Hex AF 1 10 0 63 5B 1F 163 63 23
Octal 257 1 20 0 143 133 37 543 143 43
Binary 10101111 1 10000 0 1100011 1011011 11111 101100011 1100011 100011

Color Harmonies of #AF0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0110

Black with #AF0110

Text Example


Text Example

White with #AF0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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