Html Css Color HEX #A2003A Carmine

📋 copy color: '#A2003A'

red 162 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A2003A

Tints of Carmine #A2003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.64%
G = 0%
B = 26.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2003A (or 0xA2003A) is known color: Carmine. HEX triplet: A2, 00 and 3A. RGB value is (162,0,58). Sum of RGB (Red+Green+Blue) = 162+0+58=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A2003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2003A is #5DFFC5. Grayscale: #363636. Windows color (decimal): -6160326 or 3801250. OLE color: 3801250.

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

Color convert

RGB 162 0 58 -
CMYK 0 1 0.64 0.36
HSL 338.52º 1% 0.32% -
HSV(B) 338.52º 1% 0.64% -
XYZ 15.66 7.99 4.72 -
YUV 55.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 162 0 58 0 1 0.64 0.36 338.52 1 0.32
Hex A2 0 3A 0 64 40 24 153 64 20
Octal 242 0 72 0 144 100 44 523 144 40
Binary 10100010 0 111010 0 1100100 1000000 100100 101010011 1100100 100000

Color Harmonies of #A2003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2003A

Black with #A2003A

Text Example


Text Example

White with #A2003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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