Html Css Color HEX #AF0910 Venetian Red

📋 copy color: '#AF0910'

red 175 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #AF0910

Tints of Venetian Red #AF0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 87.5%
G = 4.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0910 (or 0xAF0910) is known color: Venetian Red. HEX triplet: AF, 09 and 10. RGB value is (175,9,16). Sum of RGB (Red+Green+Blue) = 175+9+16=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0910 is #50F6EF. Grayscale: #3B3B3B. Windows color (decimal): -5306096 or 1051055. OLE color: 1051055.

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

Color convert

RGB 175 9 16 -
CMYK 0 0.95 0.91 0.31
HSL 357.47º 0.9% 0.36% -
HSV(B) 357.47º 0.95% 0.69% -
XYZ 17.87 9.35 1.35 -
YUV 59.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 175 9 16 0 0.95 0.91 0.31 357.47 0.9 0.36
Hex AF 9 10 0 5F 5B 1F 165 5A 24
Octal 257 11 20 0 137 133 37 545 132 44
Binary 10101111 1001 10000 0 1011111 1011011 11111 101100101 1011010 100100

Color Harmonies of #AF0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0910

Black with #AF0910

Text Example


Text Example

White with #AF0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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