Html Css Color HEX #A3053A Carmine

📋 copy color: '#A3053A'

red 163 ◦ green 5 ◦ blue 58

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

Shades of Carmine #A3053A

Tints of Carmine #A3053A

RGB

 RED value IS 163 (64.06% from 255) = 72.12%

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

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

R = 72.12%
G = 2.21%
B = 25.66%

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

#A3053A (or 0xA3053A) is known color: Carmine. HEX triplet: A3, 05 and 3A. RGB value is (163,5,58). Sum of RGB (Red+Green+Blue) = 163+5+58=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053A is #5CFAC5. Grayscale: #3A3A3A. Windows color (decimal): -6093510 or 3802531. OLE color: 3802531.

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

Color convert

RGB 163 5 58 -
CMYK 0 0.97 0.64 0.36
HSL 339.87º 0.94% 0.33% -
HSV(B) 339.87º 0.97% 0.64% -
XYZ 15.92 8.2 4.75 -
YUV 58.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 163 5 58 0 0.97 0.64 0.36 339.87 0.94 0.33
Hex A3 5 3A 0 61 40 24 154 5E 21
Octal 243 5 72 0 141 100 44 524 136 41
Binary 10100011 101 111010 0 1100001 1000000 100100 101010100 1011110 100001

Color Harmonies of #A3053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053A

Black with #A3053A

Text Example


Text Example

White with #A3053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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