Html Css Color HEX #AF0813 Venetian Red

📋 copy color: '#AF0813'

red 175 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #AF0813

Tints of Venetian Red #AF0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 86.63%
G = 3.96%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0813 (or 0xAF0813) is known color: Venetian Red. HEX triplet: AF, 08 and 13. RGB value is (175,8,19). Sum of RGB (Red+Green+Blue) = 175+8+19=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0813 is #50F7EC. Grayscale: #3B3B3B. Windows color (decimal): -5306349 or 1247407. OLE color: 1247407.

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

Color convert

RGB 175 8 19 -
CMYK 0 0.95 0.89 0.31
HSL 356.05º 0.91% 0.36% -
HSV(B) 356.05º 0.95% 0.69% -
XYZ 17.88 9.33 1.48 -
YUV 59.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 175 8 19 0 0.95 0.89 0.31 356.05 0.91 0.36
Hex AF 8 13 0 5F 59 1F 164 5B 24
Octal 257 10 23 0 137 131 37 544 133 44
Binary 10101111 1000 10011 0 1011111 1011001 11111 101100100 1011011 100100

Color Harmonies of #AF0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0813

Black with #AF0813

Text Example


Text Example

White with #AF0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0813; }

 p { color: rgb(175,8,19); }

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

background-color css

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

 a { background-color: rgb(175,8,19); }

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

border-color css

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

 span { border-color: rgb(175,8,19); }

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