Html Css Color HEX #AF090E Venetian Red

📋 copy color: '#AF090E'

red 175 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #AF090E

Tints of Venetian Red #AF090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 88.38%
G = 4.55%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF090E (or 0xAF090E) is known color: Venetian Red. HEX triplet: AF, 09 and 0E. RGB value is (175,9,14). Sum of RGB (Red+Green+Blue) = 175+9+14=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF090E is #50F6F1. Grayscale: #3B3B3B. Windows color (decimal): -5306098 or 919983. OLE color: 919983.

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

Color convert

RGB 175 9 14 -
CMYK 0 0.95 0.92 0.31
HSL 358.19º 0.9% 0.36% -
HSV(B) 358.19º 0.95% 0.69% -
XYZ 17.86 9.34 1.28 -
YUV 59.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 175 9 14 0 0.95 0.92 0.31 358.19 0.9 0.36
Hex AF 9 E 0 5F 5C 1F 166 5A 24
Octal 257 11 16 0 137 134 37 546 132 44
Binary 10101111 1001 1110 0 1011111 1011100 11111 101100110 1011010 100100

Color Harmonies of #AF090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF090E

Black with #AF090E

Text Example


Text Example

White with #AF090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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