Html Css Color HEX #AF0112 Venetian Red

📋 copy color: '#AF0112'

red 175 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #AF0112

Tints of Venetian Red #AF0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 90.21%
G = 0.52%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0112 (or 0xAF0112) is known color: Venetian Red. HEX triplet: AF, 01 and 12. RGB value is (175,1,18). Sum of RGB (Red+Green+Blue) = 175+1+18=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0112 is #50FEED. Grayscale: #373737. Windows color (decimal): -5308142 or 1180079. OLE color: 1180079.

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

Color convert

RGB 175 1 18 -
CMYK 0 0.99 0.90 0.31
HSL 354.14º 0.99% 0.35% -
HSV(B) 354.14º 0.99% 0.69% -
XYZ 17.8 9.18 1.41 -
YUV 54.96 107.15 213.62 -
System Red Green Blue C M Y K H S L
Decimal 175 1 18 0 0.99 0.90 0.31 354.14 0.99 0.35
Hex AF 1 12 0 63 5A 1F 162 63 23
Octal 257 1 22 0 143 132 37 542 143 43
Binary 10101111 1 10010 0 1100011 1011010 11111 101100010 1100011 100011

Color Harmonies of #AF0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0112

Black with #AF0112

Text Example


Text Example

White with #AF0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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