Html Css Color HEX #AF0109 Venetian Red

📋 copy color: '#AF0109'

red 175 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #AF0109

Tints of Venetian Red #AF0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 94.59%
G = 0.54%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0109 (or 0xAF0109) is known color: Venetian Red. HEX triplet: AF, 01 and 09. RGB value is (175,1,9). Sum of RGB (Red+Green+Blue) = 175+1+9=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0109 is #50FEF6. Grayscale: #363636. Windows color (decimal): -5308151 or 590255. OLE color: 590255.

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

Color convert

RGB 175 1 9 -
CMYK 0 0.99 0.95 0.31
HSL 357.24º 0.99% 0.35% -
HSV(B) 357.24º 0.99% 0.69% -
XYZ 17.74 9.16 1.09 -
YUV 53.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 175 1 9 0 0.99 0.95 0.31 357.24 0.99 0.35
Hex AF 1 9 0 63 5F 1F 165 63 23
Octal 257 1 11 0 143 137 37 545 143 43
Binary 10101111 1 1001 0 1100011 1011111 11111 101100101 1100011 100011

Color Harmonies of #AF0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0109

Black with #AF0109

Text Example


Text Example

White with #AF0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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