Html Css Color HEX #AF070D Venetian Red

📋 copy color: '#AF070D'

red 175 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #AF070D

Tints of Venetian Red #AF070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 89.74%
G = 3.59%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF070D (or 0xAF070D) is known color: Venetian Red. HEX triplet: AF, 07 and 0D. RGB value is (175,7,13). Sum of RGB (Red+Green+Blue) = 175+7+13=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070D is #50F8F2. Grayscale: #3A3A3A. Windows color (decimal): -5306611 or 853935. OLE color: 853935.

HSL color Cylindrical-coordinate representation of color #AF070D: hue angle of 357.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 13 -
CMYK 0 0.96 0.93 0.31
HSL 357.86º 0.92% 0.36% -
HSV(B) 357.86º 0.96% 0.69% -
XYZ 17.83 9.29 1.24 -
YUV 57.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 175 7 13 0 0.96 0.93 0.31 357.86 0.92 0.36
Hex AF 7 D 0 60 5D 1F 166 5C 24
Octal 257 7 15 0 140 135 37 546 134 44
Binary 10101111 111 1101 0 1100000 1011101 11111 101100110 1011100 100100

Color Harmonies of #AF070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF070D

Black with #AF070D

Text Example


Text Example

White with #AF070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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