Html Css Color HEX #A0052D Carmine

📋 copy color: '#A0052D'

red 160 ◦ green 5 ◦ blue 45

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

Shades of Carmine #A0052D

Tints of Carmine #A0052D

RGB

 RED value IS 160 (62.89% from 255) = 76.19%

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

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

R = 76.19%
G = 2.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0052D (or 0xA0052D) is known color: Carmine. HEX triplet: A0, 05 and 2D. RGB value is (160,5,45). Sum of RGB (Red+Green+Blue) = 160+5+45=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0052D is #5FFAD2. Grayscale: #373737. Windows color (decimal): -6290131 or 2950560. OLE color: 2950560.

HSL color Cylindrical-coordinate representation of color #A0052D: hue angle of 344.52º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0052D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 45 -
CMYK 0 0.97 0.72 0.37
HSL 344.52º 0.94% 0.32% -
HSV(B) 344.52º 0.97% 0.63% -
XYZ 15.03 7.77 3.19 -
YUV 55.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 160 5 45 0 0.97 0.72 0.37 344.52 0.94 0.32
Hex A0 5 2D 0 61 48 25 159 5E 20
Octal 240 5 55 0 141 110 45 531 136 40
Binary 10100000 101 101101 0 1100001 1001000 100101 101011001 1011110 100000

Color Harmonies of #A0052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0052D

Black with #A0052D

Text Example


Text Example

White with #A0052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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