Html Css Color HEX #AD090F Venetian Red

📋 copy color: '#AD090F'

red 173 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #AD090F

Tints of Venetian Red #AD090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 87.82%
G = 4.57%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD090F (or 0xAD090F) is known color: Venetian Red. HEX triplet: AD, 09 and 0F. RGB value is (173,9,15). Sum of RGB (Red+Green+Blue) = 173+9+15=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090F is #52F6F0. Grayscale: #3A3A3A. Windows color (decimal): -5437169 or 985517. OLE color: 985517.

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

Color convert

RGB 173 9 15 -
CMYK 0 0.95 0.91 0.32
HSL 357.8º 0.9% 0.36% -
HSV(B) 357.8º 0.95% 0.68% -
XYZ 17.42 9.11 1.29 -
YUV 58.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 173 9 15 0 0.95 0.91 0.32 357.8 0.9 0.36
Hex AD 9 F 0 5F 5B 20 166 5A 24
Octal 255 11 17 0 137 133 40 546 132 44
Binary 10101101 1001 1111 0 1011111 1011011 100000 101100110 1011010 100100

Color Harmonies of #AD090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD090F

Black with #AD090F

Text Example


Text Example

White with #AD090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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