Html Css Color HEX #AF010A Venetian Red

📋 copy color: '#AF010A'

red 175 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #AF010A

Tints of Venetian Red #AF010A

RGB

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

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

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

R = 94.09%
G = 0.54%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF010A (or 0xAF010A) is known color: Venetian Red. HEX triplet: AF, 01 and 0A. RGB value is (175,1,10). Sum of RGB (Red+Green+Blue) = 175+1+10=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010A is #50FEF5. Grayscale: #363636. Windows color (decimal): -5308150 or 655791. OLE color: 655791.

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

Color convert

RGB 175 1 10 -
CMYK 0 0.99 0.94 0.31
HSL 356.9º 0.99% 0.35% -
HSV(B) 356.9º 0.99% 0.69% -
XYZ 17.74 9.16 1.12 -
YUV 54.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 175 1 10 0 0.99 0.94 0.31 356.9 0.99 0.35
Hex AF 1 A 0 63 5E 1F 165 63 23
Octal 257 1 12 0 143 136 37 545 143 43
Binary 10101111 1 1010 0 1100011 1011110 11111 101100101 1100011 100011

Color Harmonies of #AF010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF010A

Black with #AF010A

Text Example


Text Example

White with #AF010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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