Html Css Color HEX #AD052D Carmine

📋 copy color: '#AD052D'

red 173 ◦ green 5 ◦ blue 45

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

Shades of Carmine #AD052D

Tints of Carmine #AD052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 77.58%
G = 2.24%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD052D (or 0xAD052D) is known color: Carmine. HEX triplet: AD, 05 and 2D. RGB value is (173,5,45). Sum of RGB (Red+Green+Blue) = 173+5+45=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD052D is #52FAD2. Grayscale: #3B3B3B. Windows color (decimal): -5438163 or 2950573. OLE color: 2950573.

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

Color convert

RGB 173 5 45 -
CMYK 0 0.97 0.74 0.32
HSL 345.71º 0.94% 0.35% -
HSV(B) 345.71º 0.97% 0.68% -
XYZ 17.76 9.18 3.32 -
YUV 59.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 173 5 45 0 0.97 0.74 0.32 345.71 0.94 0.35
Hex AD 5 2D 0 61 4A 20 15A 5E 23
Octal 255 5 55 0 141 112 40 532 136 43
Binary 10101101 101 101101 0 1100001 1001010 100000 101011010 1011110 100011

Color Harmonies of #AD052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD052D

Black with #AD052D

Text Example


Text Example

White with #AD052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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