Html Css Color HEX #AD052A Carmine

📋 copy color: '#AD052A'

red 173 ◦ green 5 ◦ blue 42

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

Shades of Carmine #AD052A

Tints of Carmine #AD052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 78.64%
G = 2.27%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD052A (or 0xAD052A) is known color: Carmine. HEX triplet: AD, 05 and 2A. RGB value is (173,5,42). Sum of RGB (Red+Green+Blue) = 173+5+42=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD052A is #52FAD5. Grayscale: #3B3B3B. Windows color (decimal): -5438166 or 2753965. OLE color: 2753965.

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

Color convert

RGB 173 5 42 -
CMYK 0 0.97 0.76 0.32
HSL 346.79º 0.94% 0.35% -
HSV(B) 346.79º 0.97% 0.68% -
XYZ 17.71 9.16 3.03 -
YUV 59.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 173 5 42 0 0.97 0.76 0.32 346.79 0.94 0.35
Hex AD 5 2A 0 61 4C 20 15B 5E 23
Octal 255 5 52 0 141 114 40 533 136 43
Binary 10101101 101 101010 0 1100001 1001100 100000 101011011 1011110 100011

Color Harmonies of #AD052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD052A

Black with #AD052A

Text Example


Text Example

White with #AD052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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