Html Css Color HEX #AD0626 Carmine

📋 copy color: '#AD0626'

red 173 ◦ green 6 ◦ blue 38

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

Shades of Carmine #AD0626

Tints of Carmine #AD0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 79.72%
G = 2.76%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD0626 (or 0xAD0626) is known color: Carmine. HEX triplet: AD, 06 and 26. RGB value is (173,6,38). Sum of RGB (Red+Green+Blue) = 173+6+38=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0626 is #52F9D9. Grayscale: #3B3B3B. Windows color (decimal): -5437914 or 2492077. OLE color: 2492077.

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

Color convert

RGB 173 6 38 -
CMYK 0 0.97 0.78 0.32
HSL 348.5º 0.93% 0.35% -
HSV(B) 348.5º 0.97% 0.68% -
XYZ 17.65 9.15 2.67 -
YUV 59.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 173 6 38 0 0.97 0.78 0.32 348.5 0.93 0.35
Hex AD 6 26 0 61 4E 20 15D 5D 23
Octal 255 6 46 0 141 116 40 535 135 43
Binary 10101101 110 100110 0 1100001 1001110 100000 101011101 1011101 100011

Color Harmonies of #AD0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0626

Black with #AD0626

Text Example


Text Example

White with #AD0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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