Html Css Color HEX #AF0509 Venetian Red

📋 copy color: '#AF0509'

red 175 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #AF0509

Tints of Venetian Red #AF0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 92.59%
G = 2.65%
B = 4.76%

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

#AF0509 (or 0xAF0509) is known color: Venetian Red. HEX triplet: AF, 05 and 09. RGB value is (175,5,9). Sum of RGB (Red+Green+Blue) = 175+5+9=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0509 is #50FAF6. Grayscale: #383838. Windows color (decimal): -5307127 or 591279. OLE color: 591279.

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

Color convert

RGB 175 5 9 -
CMYK 0 0.97 0.95 0.31
HSL 358.59º 0.94% 0.35% -
HSV(B) 358.59º 0.97% 0.69% -
XYZ 17.78 9.24 1.11 -
YUV 56.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 175 5 9 0 0.97 0.95 0.31 358.59 0.94 0.35
Hex AF 5 9 0 61 5F 1F 167 5E 23
Octal 257 5 11 0 141 137 37 547 136 43
Binary 10101111 101 1001 0 1100001 1011111 11111 101100111 1011110 100011

Color Harmonies of #AF0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0509

Black with #AF0509

Text Example


Text Example

White with #AF0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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