Html Css Color HEX #AD1226 Carmine

📋 copy color: '#AD1226'

red 173 ◦ green 18 ◦ blue 38

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

Shades of Carmine #AD1226

Tints of Carmine #AD1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 75.55%
G = 7.86%
B = 16.59%

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

#AD1226 (or 0xAD1226) is known color: Carmine. HEX triplet: AD, 12 and 26. RGB value is (173,18,38). Sum of RGB (Red+Green+Blue) = 173+18+38=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1226 is #52EDD9. Grayscale: #424242. Windows color (decimal): -5434842 or 2495149. OLE color: 2495149.

HSL color Cylindrical-coordinate representation of color #AD1226: hue angle of 352.26º degrees, saturation: 0.81, 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 #AD1226 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 38 -
CMYK 0 0.90 0.78 0.32
HSL 352.26º 0.81% 0.37% -
HSV(B) 352.26º 0.9% 0.68% -
XYZ 17.8 9.46 2.72 -
YUV 66.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 173 18 38 0 0.90 0.78 0.32 352.26 0.81 0.37
Hex AD 12 26 0 5A 4E 20 160 51 25
Octal 255 22 46 0 132 116 40 540 121 45
Binary 10101101 10010 100110 0 1011010 1001110 100000 101100000 1010001 100101

Color Harmonies of #AD1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1226

Black with #AD1226

Text Example


Text Example

White with #AD1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1226; }

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

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

background-color css

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

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

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

border-color css

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

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

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