Html Css Color HEX #AF050E Venetian Red

📋 copy color: '#AF050E'

red 175 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #AF050E

Tints of Venetian Red #AF050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 90.21%
G = 2.58%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF050E (or 0xAF050E) is known color: Venetian Red. HEX triplet: AF, 05 and 0E. RGB value is (175,5,14). Sum of RGB (Red+Green+Blue) = 175+5+14=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF050E is #50FAF1. Grayscale: #383838. Windows color (decimal): -5307122 or 918959. OLE color: 918959.

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

Color convert

RGB 175 5 14 -
CMYK 0 0.97 0.92 0.31
HSL 356.82º 0.94% 0.35% -
HSV(B) 356.82º 0.97% 0.69% -
XYZ 17.81 9.25 1.26 -
YUV 56.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 175 5 14 0 0.97 0.92 0.31 356.82 0.94 0.35
Hex AF 5 E 0 61 5C 1F 165 5E 23
Octal 257 5 16 0 141 134 37 545 136 43
Binary 10101111 101 1110 0 1100001 1011100 11111 101100101 1011110 100011

Color Harmonies of #AF050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF050E

Black with #AF050E

Text Example


Text Example

White with #AF050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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