Html Css Color HEX #AD052C Carmine

📋 copy color: '#AD052C'

red 173 ◦ green 5 ◦ blue 44

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

Shades of Carmine #AD052C

Tints of Carmine #AD052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 77.93%
G = 2.25%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD052C (or 0xAD052C) is known color: Carmine. HEX triplet: AD, 05 and 2C. RGB value is (173,5,44). Sum of RGB (Red+Green+Blue) = 173+5+44=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD052C is #52FAD3. Grayscale: #3B3B3B. Windows color (decimal): -5438164 or 2885037. OLE color: 2885037.

HSL color Cylindrical-coordinate representation of color #AD052C: hue angle of 346.07º degrees, saturation: 0.94, 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 #AD052C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 44 -
CMYK 0 0.97 0.75 0.32
HSL 346.07º 0.94% 0.35% -
HSV(B) 346.07º 0.97% 0.68% -
XYZ 17.74 9.17 3.22 -
YUV 59.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 173 5 44 0 0.97 0.75 0.32 346.07 0.94 0.35
Hex AD 5 2C 0 61 4B 20 15A 5E 23
Octal 255 5 54 0 141 113 40 532 136 43
Binary 10101101 101 101100 0 1100001 1001011 100000 101011010 1011110 100011

Color Harmonies of #AD052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD052C

Black with #AD052C

Text Example


Text Example

White with #AD052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD052C; }

 p { color: rgb(173,5,44); }

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

background-color css

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

 a { background-color: rgb(173,5,44); }

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

border-color css

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

 span { border-color: rgb(173,5,44); }

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