Html Css Color HEX #AD131C Venetian Red

📋 copy color: '#AD131C'

red 173 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #AD131C

Tints of Venetian Red #AD131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 78.64%
G = 8.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD131C (or 0xAD131C) is known color: Venetian Red. HEX triplet: AD, 13 and 1C. RGB value is (173,19,28). Sum of RGB (Red+Green+Blue) = 173+19+28=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD131C is #52ECE3. Grayscale: #424242. Windows color (decimal): -5434596 or 1840045. OLE color: 1840045.

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

Color convert

RGB 173 19 28 -
CMYK 0 0.89 0.84 0.32
HSL 356.49º 0.8% 0.38% -
HSV(B) 356.49º 0.89% 0.68% -
XYZ 17.68 9.43 1.99 -
YUV 66.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 173 19 28 0 0.89 0.84 0.32 356.49 0.8 0.38
Hex AD 13 1C 0 59 54 20 164 50 26
Octal 255 23 34 0 131 124 40 544 120 46
Binary 10101101 10011 11100 0 1011001 1010100 100000 101100100 1010000 100110

Color Harmonies of #AD131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD131C

Black with #AD131C

Text Example


Text Example

White with #AD131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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