Html Css Color HEX #AD0F17 Venetian Red

📋 copy color: '#AD0F17'

red 173 ◦ green 15 ◦ blue 23

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

Shades of Venetian Red #AD0F17

Tints of Venetian Red #AD0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 81.99%
G = 7.11%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0F17 (or 0xAD0F17) is known color: Venetian Red. HEX triplet: AD, 0F and 17. RGB value is (173,15,23). Sum of RGB (Red+Green+Blue) = 173+15+23=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F17 is #52F0E8. Grayscale: #3F3F3F. Windows color (decimal): -5435625 or 1511341. OLE color: 1511341.

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

Color convert

RGB 173 15 23 -
CMYK 0 0.91 0.87 0.32
HSL 356.96º 0.84% 0.37% -
HSV(B) 356.96º 0.91% 0.68% -
XYZ 17.56 9.29 1.68 -
YUV 63.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 173 15 23 0 0.91 0.87 0.32 356.96 0.84 0.37
Hex AD F 17 0 5B 57 20 165 54 25
Octal 255 17 27 0 133 127 40 545 124 45
Binary 10101101 1111 10111 0 1011011 1010111 100000 101100101 1010100 100101

Color Harmonies of #AD0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F17

Black with #AD0F17

Text Example


Text Example

White with #AD0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F17; }

 p { color: rgb(173,15,23); }

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

background-color css

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

 a { background-color: rgb(173,15,23); }

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

border-color css

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

 span { border-color: rgb(173,15,23); }

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