Html Css Color HEX #AD0522 Carmine

📋 copy color: '#AD0522'

red 173 ◦ green 5 ◦ blue 34

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

Shades of Carmine #AD0522

Tints of Carmine #AD0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 81.6%
G = 2.36%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD0522 (or 0xAD0522) is known color: Carmine. HEX triplet: AD, 05 and 22. RGB value is (173,5,34). Sum of RGB (Red+Green+Blue) = 173+5+34=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0522 is #52FADD. Grayscale: #3A3A3A. Windows color (decimal): -5438174 or 2229677. OLE color: 2229677.

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

Color convert

RGB 173 5 34 -
CMYK 0 0.97 0.80 0.32
HSL 349.64º 0.94% 0.35% -
HSV(B) 349.64º 0.97% 0.68% -
XYZ 17.58 9.11 2.35 -
YUV 58.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 173 5 34 0 0.97 0.80 0.32 349.64 0.94 0.35
Hex AD 5 22 0 61 50 20 15E 5E 23
Octal 255 5 42 0 141 120 40 536 136 43
Binary 10101101 101 100010 0 1100001 1010000 100000 101011110 1011110 100011

Color Harmonies of #AD0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0522

Black with #AD0522

Text Example


Text Example

White with #AD0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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