Html Css Color HEX #AD1522 Venetian Red

📋 copy color: '#AD1522'

red 173 ◦ green 21 ◦ blue 34

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

Shades of Venetian Red #AD1522

Tints of Venetian Red #AD1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 34 (13.67% from 255) = 14.91%

R = 75.88%
G = 9.21%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1522 (or 0xAD1522) is known color: Venetian Red. HEX triplet: AD, 15 and 22. RGB value is (173,21,34). Sum of RGB (Red+Green+Blue) = 173+21+34=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1522 is #52EADD. Grayscale: #444444. Windows color (decimal): -5434078 or 2233773. OLE color: 2233773.

HSL color Cylindrical-coordinate representation of color #AD1522: hue angle of 354.87º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1522 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 34 -
CMYK 0 0.88 0.80 0.32
HSL 354.87º 0.78% 0.38% -
HSV(B) 354.87º 0.88% 0.68% -
XYZ 17.79 9.54 2.42 -
YUV 67.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 173 21 34 0 0.88 0.80 0.32 354.87 0.78 0.38
Hex AD 15 22 0 58 50 20 163 4E 26
Octal 255 25 42 0 130 120 40 543 116 46
Binary 10101101 10101 100010 0 1011000 1010000 100000 101100011 1001110 100110

Color Harmonies of #AD1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1522

Black with #AD1522

Text Example


Text Example

White with #AD1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1522; }

 p { color: rgb(173,21,34); }

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

background-color css

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

 a { background-color: rgb(173,21,34); }

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

border-color css

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

 span { border-color: rgb(173,21,34); }

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