Html Css Color HEX #AF060D Venetian Red

📋 copy color: '#AF060D'

red 175 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #AF060D

Tints of Venetian Red #AF060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 90.21%
G = 3.09%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF060D (or 0xAF060D) is known color: Venetian Red. HEX triplet: AF, 06 and 0D. RGB value is (175,6,13). Sum of RGB (Red+Green+Blue) = 175+6+13=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060D is #50F9F2. Grayscale: #393939. Windows color (decimal): -5306867 or 853679. OLE color: 853679.

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

Color convert

RGB 175 6 13 -
CMYK 0 0.97 0.93 0.31
HSL 357.51º 0.93% 0.35% -
HSV(B) 357.51º 0.97% 0.69% -
XYZ 17.82 9.27 1.23 -
YUV 57.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 175 6 13 0 0.97 0.93 0.31 357.51 0.93 0.35
Hex AF 6 D 0 61 5D 1F 166 5D 23
Octal 257 6 15 0 141 135 37 546 135 43
Binary 10101111 110 1101 0 1100001 1011101 11111 101100110 1011101 100011

Color Harmonies of #AF060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF060D

Black with #AF060D

Text Example


Text Example

White with #AF060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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