Html Css Color HEX #AD0726 Carmine

📋 copy color: '#AD0726'

red 173 ◦ green 7 ◦ blue 38

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

Shades of Carmine #AD0726

Tints of Carmine #AD0726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 79.36%
G = 3.21%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD0726 (or 0xAD0726) is known color: Carmine. HEX triplet: AD, 07 and 26. RGB value is (173,7,38). Sum of RGB (Red+Green+Blue) = 173+7+38=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0726 is #52F8D9. Grayscale: #3C3C3C. Windows color (decimal): -5437658 or 2492333. OLE color: 2492333.

HSL color Cylindrical-coordinate representation of color #AD0726: hue angle of 348.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0726 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 38 -
CMYK 0 0.96 0.78 0.32
HSL 348.8º 0.92% 0.35% -
HSV(B) 348.8º 0.96% 0.68% -
XYZ 17.66 9.18 2.67 -
YUV 60.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 173 7 38 0 0.96 0.78 0.32 348.8 0.92 0.35
Hex AD 7 26 0 60 4E 20 15D 5C 23
Octal 255 7 46 0 140 116 40 535 134 43
Binary 10101101 111 100110 0 1100000 1001110 100000 101011101 1011100 100011

Color Harmonies of #AD0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0726

Black with #AD0726

Text Example


Text Example

White with #AD0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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