Html Css Color HEX #AF0609 Venetian Red

📋 copy color: '#AF0609'

red 175 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #AF0609

Tints of Venetian Red #AF0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 92.11%
G = 3.16%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0609 (or 0xAF0609) is known color: Venetian Red. HEX triplet: AF, 06 and 09. RGB value is (175,6,9). Sum of RGB (Red+Green+Blue) = 175+6+9=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0609 is #50F9F6. Grayscale: #393939. Windows color (decimal): -5306871 or 591535. OLE color: 591535.

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

Color convert

RGB 175 6 9 -
CMYK 0 0.97 0.95 0.31
HSL 358.93º 0.93% 0.35% -
HSV(B) 358.93º 0.97% 0.69% -
XYZ 17.79 9.26 1.11 -
YUV 56.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 175 6 9 0 0.97 0.95 0.31 358.93 0.93 0.35
Hex AF 6 9 0 61 5F 1F 167 5D 23
Octal 257 6 11 0 141 137 37 547 135 43
Binary 10101111 110 1001 0 1100001 1011111 11111 101100111 1011101 100011

Color Harmonies of #AF0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0609

Black with #AF0609

Text Example


Text Example

White with #AF0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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