Html Css Color HEX #AF091F Venetian Red

📋 copy color: '#AF091F'

red 175 ◦ green 9 ◦ blue 31

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

Shades of Venetian Red #AF091F

Tints of Venetian Red #AF091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 81.4%
G = 4.19%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF091F (or 0xAF091F) is known color: Venetian Red. HEX triplet: AF, 09 and 1F. RGB value is (175,9,31). Sum of RGB (Red+Green+Blue) = 175+9+31=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091F is #50F6E0. Grayscale: #3D3D3D. Windows color (decimal): -5306081 or 2034095. OLE color: 2034095.

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

Color convert

RGB 175 9 31 -
CMYK 0 0.95 0.82 0.31
HSL 352.05º 0.9% 0.36% -
HSV(B) 352.05º 0.95% 0.69% -
XYZ 18.02 9.41 2.16 -
YUV 61.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 175 9 31 0 0.95 0.82 0.31 352.05 0.9 0.36
Hex AF 9 1F 0 5F 52 1F 160 5A 24
Octal 257 11 37 0 137 122 37 540 132 44
Binary 10101111 1001 11111 0 1011111 1010010 11111 101100000 1011010 100100

Color Harmonies of #AF091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF091F

Black with #AF091F

Text Example


Text Example

White with #AF091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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