Html Css Color HEX #AF0618 Venetian Red

📋 copy color: '#AF0618'

red 175 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #AF0618

Tints of Venetian Red #AF0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 85.37%
G = 2.93%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF0618 (or 0xAF0618) is known color: Venetian Red. HEX triplet: AF, 06 and 18. RGB value is (175,6,24). Sum of RGB (Red+Green+Blue) = 175+6+24=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0618 is #50F9E7. Grayscale: #3A3A3A. Windows color (decimal): -5306856 or 1574575. OLE color: 1574575.

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

Color convert

RGB 175 6 24 -
CMYK 0 0.97 0.86 0.31
HSL 353.61º 0.93% 0.35% -
HSV(B) 353.61º 0.97% 0.69% -
XYZ 17.91 9.31 1.72 -
YUV 58.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 175 6 24 0 0.97 0.86 0.31 353.61 0.93 0.35
Hex AF 6 18 0 61 56 1F 162 5D 23
Octal 257 6 30 0 141 126 37 542 135 43
Binary 10101111 110 11000 0 1100001 1010110 11111 101100010 1011101 100011

Color Harmonies of #AF0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0618

Black with #AF0618

Text Example


Text Example

White with #AF0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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