Html Css Color HEX #AF0511 Venetian Red

📋 copy color: '#AF0511'

red 175 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #AF0511

Tints of Venetian Red #AF0511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 88.83%
G = 2.54%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0511 (or 0xAF0511) is known color: Venetian Red. HEX triplet: AF, 05 and 11. RGB value is (175,5,17). Sum of RGB (Red+Green+Blue) = 175+5+17=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0511 is #50FAEE. Grayscale: #393939. Windows color (decimal): -5307119 or 1115567. OLE color: 1115567.

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

Color convert

RGB 175 5 17 -
CMYK 0 0.97 0.90 0.31
HSL 355.76º 0.94% 0.35% -
HSV(B) 355.76º 0.97% 0.69% -
XYZ 17.83 9.26 1.38 -
YUV 57.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 175 5 17 0 0.97 0.90 0.31 355.76 0.94 0.35
Hex AF 5 11 0 61 5A 1F 164 5E 23
Octal 257 5 21 0 141 132 37 544 136 43
Binary 10101111 101 10001 0 1100001 1011010 11111 101100100 1011110 100011

Color Harmonies of #AF0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0511

Black with #AF0511

Text Example


Text Example

White with #AF0511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0511; }

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

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

background-color css

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

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

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

border-color css

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

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

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