Html Css Color HEX #AD080D Venetian Red

📋 copy color: '#AD080D'

red 173 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #AD080D

Tints of Venetian Red #AD080D

RGB

 RED value IS 173 (67.97% from 255) = 89.18%

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 89.18%
G = 4.12%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD080D (or 0xAD080D) is known color: Venetian Red. HEX triplet: AD, 08 and 0D. RGB value is (173,8,13). Sum of RGB (Red+Green+Blue) = 173+8+13=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080D is #52F7F2. Grayscale: #3A3A3A. Windows color (decimal): -5437427 or 854189. OLE color: 854189.

HSL color Cylindrical-coordinate representation of color #AD080D: hue angle of 358.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 13 -
CMYK 0 0.95 0.92 0.32
HSL 358.18º 0.91% 0.35% -
HSV(B) 358.18º 0.95% 0.68% -
XYZ 17.39 9.09 1.22 -
YUV 57.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 173 8 13 0 0.95 0.92 0.32 358.18 0.91 0.35
Hex AD 8 D 0 5F 5C 20 166 5B 23
Octal 255 10 15 0 137 134 40 546 133 43
Binary 10101101 1000 1101 0 1011111 1011100 100000 101100110 1011011 100011

Color Harmonies of #AD080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD080D

Black with #AD080D

Text Example


Text Example

White with #AD080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD080D; }

 p { color: rgb(173,8,13); }

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

background-color css

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

 a { background-color: rgb(173,8,13); }

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

border-color css

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

 span { border-color: rgb(173,8,13); }

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