Html Css Color HEX #AF070C Venetian Red

📋 copy color: '#AF070C'

red 175 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #AF070C

Tints of Venetian Red #AF070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 90.21%
G = 3.61%
B = 6.19%

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

#AF070C (or 0xAF070C) is known color: Venetian Red. HEX triplet: AF, 07 and 0C. RGB value is (175,7,12). Sum of RGB (Red+Green+Blue) = 175+7+12=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070C is #50F8F3. Grayscale: #393939. Windows color (decimal): -5306612 or 788399. OLE color: 788399.

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

Color convert

RGB 175 7 12 -
CMYK 0 0.96 0.93 0.31
HSL 358.21º 0.92% 0.36% -
HSV(B) 358.21º 0.96% 0.69% -
XYZ 17.82 9.29 1.2 -
YUV 57.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 175 7 12 0 0.96 0.93 0.31 358.21 0.92 0.36
Hex AF 7 C 0 60 5D 1F 166 5C 24
Octal 257 7 14 0 140 135 37 546 134 44
Binary 10101111 111 1100 0 1100000 1011101 11111 101100110 1011100 100100

Color Harmonies of #AF070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF070C

Black with #AF070C

Text Example


Text Example

White with #AF070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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