Html Css Color HEX #AD131E Venetian Red

📋 copy color: '#AD131E'

red 173 ◦ green 19 ◦ blue 30

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

Shades of Venetian Red #AD131E

Tints of Venetian Red #AD131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 77.93%
G = 8.56%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD131E (or 0xAD131E) is known color: Venetian Red. HEX triplet: AD, 13 and 1E. RGB value is (173,19,30). Sum of RGB (Red+Green+Blue) = 173+19+30=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD131E is #52ECE1. Grayscale: #424242. Windows color (decimal): -5434594 or 1971117. OLE color: 1971117.

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

Color convert

RGB 173 19 30 -
CMYK 0 0.89 0.83 0.32
HSL 355.71º 0.8% 0.38% -
HSV(B) 355.71º 0.89% 0.68% -
XYZ 17.7 9.44 2.12 -
YUV 66.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 173 19 30 0 0.89 0.83 0.32 355.71 0.8 0.38
Hex AD 13 1E 0 59 53 20 164 50 26
Octal 255 23 36 0 131 123 40 544 120 46
Binary 10101101 10011 11110 0 1011001 1010011 100000 101100100 1010000 100110

Color Harmonies of #AD131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD131E

Black with #AD131E

Text Example


Text Example

White with #AD131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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