Html Css Color HEX #A0052E Carmine

📋 copy color: '#A0052E'

red 160 ◦ green 5 ◦ blue 46

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

Shades of Carmine #A0052E

Tints of Carmine #A0052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 75.83%
G = 2.37%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0052E (or 0xA0052E) is known color: Carmine. HEX triplet: A0, 05 and 2E. RGB value is (160,5,46). Sum of RGB (Red+Green+Blue) = 160+5+46=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0052E is #5FFAD1. Grayscale: #383838. Windows color (decimal): -6290130 or 3016096. OLE color: 3016096.

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

Color convert

RGB 160 5 46 -
CMYK 0 0.97 0.71 0.37
HSL 344.13º 0.94% 0.32% -
HSV(B) 344.13º 0.97% 0.63% -
XYZ 15.04 7.78 3.29 -
YUV 56.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 160 5 46 0 0.97 0.71 0.37 344.13 0.94 0.32
Hex A0 5 2E 0 61 47 25 158 5E 20
Octal 240 5 56 0 141 107 45 530 136 40
Binary 10100000 101 101110 0 1100001 1000111 100101 101011000 1011110 100000

Color Harmonies of #A0052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0052E

Black with #A0052E

Text Example


Text Example

White with #A0052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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