Html Css Color HEX #AD0824 Carmine

📋 copy color: '#AD0824'

red 173 ◦ green 8 ◦ blue 36

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

Shades of Carmine #AD0824

Tints of Carmine #AD0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 79.72%
G = 3.69%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD0824 (or 0xAD0824) is known color: Carmine. HEX triplet: AD, 08 and 24. RGB value is (173,8,36). Sum of RGB (Red+Green+Blue) = 173+8+36=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0824 is #52F7DB. Grayscale: #3C3C3C. Windows color (decimal): -5437404 or 2361517. OLE color: 2361517.

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

Color convert

RGB 173 8 36 -
CMYK 0 0.95 0.79 0.32
HSL 349.82º 0.91% 0.35% -
HSV(B) 349.82º 0.95% 0.68% -
XYZ 17.64 9.19 2.51 -
YUV 60.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 173 8 36 0 0.95 0.79 0.32 349.82 0.91 0.35
Hex AD 8 24 0 5F 4F 20 15E 5B 23
Octal 255 10 44 0 137 117 40 536 133 43
Binary 10101101 1000 100100 0 1011111 1001111 100000 101011110 1011011 100011

Color Harmonies of #AD0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0824

Black with #AD0824

Text Example


Text Example

White with #AD0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0824; }

 p { color: rgb(173,8,36); }

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

background-color css

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

 a { background-color: rgb(173,8,36); }

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

border-color css

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

 span { border-color: rgb(173,8,36); }

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