Html Css Color HEX #AF010C Venetian Red

📋 copy color: '#AF010C'

red 175 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #AF010C

Tints of Venetian Red #AF010C

RGB

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

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

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

R = 93.09%
G = 0.53%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF010C (or 0xAF010C) is known color: Venetian Red. HEX triplet: AF, 01 and 0C. RGB value is (175,1,12). Sum of RGB (Red+Green+Blue) = 175+1+12=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010C is #50FEF3. Grayscale: #363636. Windows color (decimal): -5308148 or 786863. OLE color: 786863.

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

Color convert

RGB 175 1 12 -
CMYK 0 0.99 0.93 0.31
HSL 356.21º 0.99% 0.35% -
HSV(B) 356.21º 0.99% 0.69% -
XYZ 17.76 9.16 1.18 -
YUV 54.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 175 1 12 0 0.99 0.93 0.31 356.21 0.99 0.35
Hex AF 1 C 0 63 5D 1F 164 63 23
Octal 257 1 14 0 143 135 37 544 143 43
Binary 10101111 1 1100 0 1100011 1011101 11111 101100100 1100011 100011

Color Harmonies of #AF010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF010C

Black with #AF010C

Text Example


Text Example

White with #AF010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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