Html Css Color HEX #AD0324 Carmine

📋 copy color: '#AD0324'

red 173 ◦ green 3 ◦ blue 36

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

Shades of Carmine #AD0324

Tints of Carmine #AD0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 81.6%
G = 1.42%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD0324 (or 0xAD0324) is known color: Carmine. HEX triplet: AD, 03 and 24. RGB value is (173,3,36). Sum of RGB (Red+Green+Blue) = 173+3+36=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0324 is #52FCDB. Grayscale: #393939. Windows color (decimal): -5438684 or 2360237. OLE color: 2360237.

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

Color convert

RGB 173 3 36 -
CMYK 0 0.98 0.79 0.32
HSL 348.35º 0.97% 0.35% -
HSV(B) 348.35º 0.98% 0.68% -
XYZ 17.58 9.08 2.49 -
YUV 57.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 173 3 36 0 0.98 0.79 0.32 348.35 0.97 0.35
Hex AD 3 24 0 62 4F 20 15C 61 23
Octal 255 3 44 0 142 117 40 534 141 43
Binary 10101101 11 100100 0 1100010 1001111 100000 101011100 1100001 100011

Color Harmonies of #AD0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0324

Black with #AD0324

Text Example


Text Example

White with #AD0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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