Html Css Color HEX #A2053A Carmine

📋 copy color: '#A2053A'

red 162 ◦ green 5 ◦ blue 58

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

Shades of Carmine #A2053A

Tints of Carmine #A2053A

RGB

 RED value IS 162 (63.67% from 255) = 72%

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 72%
G = 2.22%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2053A (or 0xA2053A) is known color: Carmine. HEX triplet: A2, 05 and 3A. RGB value is (162,5,58). Sum of RGB (Red+Green+Blue) = 162+5+58=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2053A is #5DFAC5. Grayscale: #393939. Windows color (decimal): -6159046 or 3802530. OLE color: 3802530.

HSL color Cylindrical-coordinate representation of color #A2053A: hue angle of 339.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2053A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 58 -
CMYK 0 0.97 0.64 0.36
HSL 339.75º 0.94% 0.33% -
HSV(B) 339.75º 0.97% 0.64% -
XYZ 15.72 8.1 4.74 -
YUV 57.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 162 5 58 0 0.97 0.64 0.36 339.75 0.94 0.33
Hex A2 5 3A 0 61 40 24 154 5E 21
Octal 242 5 72 0 141 100 44 524 136 41
Binary 10100010 101 111010 0 1100001 1000000 100100 101010100 1011110 100001

Color Harmonies of #A2053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2053A

Black with #A2053A

Text Example


Text Example

White with #A2053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2053A; }

 p { color: rgb(162,5,58); }

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

background-color css

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

 a { background-color: rgb(162,5,58); }

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

border-color css

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

 span { border-color: rgb(162,5,58); }

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