Html Css Color HEX #AF0613 Venetian Red

📋 copy color: '#AF0613'

red 175 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #AF0613

Tints of Venetian Red #AF0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 87.5%
G = 3%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0613 (or 0xAF0613) is known color: Venetian Red. HEX triplet: AF, 06 and 13. RGB value is (175,6,19). Sum of RGB (Red+Green+Blue) = 175+6+19=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0613 is #50F9EC. Grayscale: #3A3A3A. Windows color (decimal): -5306861 or 1246895. OLE color: 1246895.

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

Color convert

RGB 175 6 19 -
CMYK 0 0.97 0.89 0.31
HSL 355.38º 0.93% 0.35% -
HSV(B) 355.38º 0.97% 0.69% -
XYZ 17.86 9.29 1.47 -
YUV 58.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 175 6 19 0 0.97 0.89 0.31 355.38 0.93 0.35
Hex AF 6 13 0 61 59 1F 163 5D 23
Octal 257 6 23 0 141 131 37 543 135 43
Binary 10101111 110 10011 0 1100001 1011001 11111 101100011 1011101 100011

Color Harmonies of #AF0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0613

Black with #AF0613

Text Example


Text Example

White with #AF0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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