Html Css Color HEX #AD0728 Carmine

📋 copy color: '#AD0728'

red 173 ◦ green 7 ◦ blue 40

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

Shades of Carmine #AD0728

Tints of Carmine #AD0728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 78.64%
G = 3.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0728 (or 0xAD0728) is known color: Carmine. HEX triplet: AD, 07 and 28. RGB value is (173,7,40). Sum of RGB (Red+Green+Blue) = 173+7+40=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0728 is #52F8D7. Grayscale: #3C3C3C. Windows color (decimal): -5437656 or 2623405. OLE color: 2623405.

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

Color convert

RGB 173 7 40 -
CMYK 0 0.96 0.77 0.32
HSL 348.07º 0.92% 0.35% -
HSV(B) 348.07º 0.96% 0.68% -
XYZ 17.69 9.19 2.85 -
YUV 60.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 173 7 40 0 0.96 0.77 0.32 348.07 0.92 0.35
Hex AD 7 28 0 60 4D 20 15C 5C 23
Octal 255 7 50 0 140 115 40 534 134 43
Binary 10101101 111 101000 0 1100000 1001101 100000 101011100 1011100 100011

Color Harmonies of #AD0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0728

Black with #AD0728

Text Example


Text Example

White with #AD0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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