Html Css Color HEX #AD1A1C Venetian Red

📋 copy color: '#AD1A1C'

red 173 ◦ green 26 ◦ blue 28

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

Shades of Venetian Red #AD1A1C

Tints of Venetian Red #AD1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 76.21%
G = 11.45%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD1A1C (or 0xAD1A1C) is known color: Venetian Red. HEX triplet: AD, 1A and 1C. RGB value is (173,26,28). Sum of RGB (Red+Green+Blue) = 173+26+28=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A1C is #52E5E3. Grayscale: #464646. Windows color (decimal): -5432804 or 1841837. OLE color: 1841837.

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

Color convert

RGB 173 26 28 -
CMYK 0 0.85 0.84 0.32
HSL 359.18º 0.74% 0.39% -
HSV(B) 359.18º 0.85% 0.68% -
XYZ 17.81 9.71 2.03 -
YUV 70.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 173 26 28 0 0.85 0.84 0.32 359.18 0.74 0.39
Hex AD 1A 1C 0 55 54 20 167 4A 27
Octal 255 32 34 0 125 124 40 547 112 47
Binary 10101101 11010 11100 0 1010101 1010100 100000 101100111 1001010 100111

Color Harmonies of #AD1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A1C

Black with #AD1A1C

Text Example


Text Example

White with #AD1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A1C; }

 p { color: rgb(173,26,28); }

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

background-color css

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

 a { background-color: rgb(173,26,28); }

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

border-color css

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

 span { border-color: rgb(173,26,28); }

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