Html Css Color HEX #AD1126 Carmine

📋 copy color: '#AD1126'

red 173 ◦ green 17 ◦ blue 38

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

Shades of Carmine #AD1126

Tints of Carmine #AD1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 75.88%
G = 7.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD1126 (or 0xAD1126) is known color: Carmine. HEX triplet: AD, 11 and 26. RGB value is (173,17,38). Sum of RGB (Red+Green+Blue) = 173+17+38=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1126 is #52EED9. Grayscale: #424242. Windows color (decimal): -5435098 or 2494893. OLE color: 2494893.

HSL color Cylindrical-coordinate representation of color #AD1126: hue angle of 351.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1126 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 38 -
CMYK 0 0.90 0.78 0.32
HSL 351.92º 0.82% 0.37% -
HSV(B) 351.92º 0.9% 0.68% -
XYZ 17.78 9.43 2.72 -
YUV 66.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 173 17 38 0 0.90 0.78 0.32 351.92 0.82 0.37
Hex AD 11 26 0 5A 4E 20 160 52 25
Octal 255 21 46 0 132 116 40 540 122 45
Binary 10101101 10001 100110 0 1011010 1001110 100000 101100000 1010010 100101

Color Harmonies of #AD1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1126

Black with #AD1126

Text Example


Text Example

White with #AD1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1126; }

 p { color: rgb(173,17,38); }

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

background-color css

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

 a { background-color: rgb(173,17,38); }

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

border-color css

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

 span { border-color: rgb(173,17,38); }

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