Html Css Color HEX #AD1523 Venetian Red

📋 copy color: '#AD1523'

red 173 ◦ green 21 ◦ blue 35

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

Shades of Venetian Red #AD1523

Tints of Venetian Red #AD1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 75.55%
G = 9.17%
B = 15.28%

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

#AD1523 (or 0xAD1523) is known color: Venetian Red. HEX triplet: AD, 15 and 23. RGB value is (173,21,35). Sum of RGB (Red+Green+Blue) = 173+21+35=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1523 is #52EADC. Grayscale: #444444. Windows color (decimal): -5434077 or 2299309. OLE color: 2299309.

HSL color Cylindrical-coordinate representation of color #AD1523: hue angle of 354.47º 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 #AD1523 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 35 -
CMYK 0 0.88 0.80 0.32
HSL 354.47º 0.78% 0.38% -
HSV(B) 354.47º 0.88% 0.68% -
XYZ 17.81 9.54 2.49 -
YUV 68.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 173 21 35 0 0.88 0.80 0.32 354.47 0.78 0.38
Hex AD 15 23 0 58 50 20 162 4E 26
Octal 255 25 43 0 130 120 40 542 116 46
Binary 10101101 10101 100011 0 1011000 1010000 100000 101100010 1001110 100110

Color Harmonies of #AD1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1523

Black with #AD1523

Text Example


Text Example

White with #AD1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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