Html Css Color HEX #A2013A Carmine

📋 copy color: '#A2013A'

red 162 ◦ green 1 ◦ blue 58

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

Shades of Carmine #A2013A

Tints of Carmine #A2013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 73.3%
G = 0.45%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2013A (or 0xA2013A) is known color: Carmine. HEX triplet: A2, 01 and 3A. RGB value is (162,1,58). Sum of RGB (Red+Green+Blue) = 162+1+58=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2013A is #5DFEC5. Grayscale: #373737. Windows color (decimal): -6160070 or 3801506. OLE color: 3801506.

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

Color convert

RGB 162 1 58 -
CMYK 0 0.99 0.64 0.36
HSL 338.76º 0.99% 0.32% -
HSV(B) 338.76º 0.99% 0.64% -
XYZ 15.67 8.01 4.72 -
YUV 55.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 162 1 58 0 0.99 0.64 0.36 338.76 0.99 0.32
Hex A2 1 3A 0 63 40 24 153 63 20
Octal 242 1 72 0 143 100 44 523 143 40
Binary 10100010 1 111010 0 1100011 1000000 100100 101010011 1100011 100000

Color Harmonies of #A2013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2013A

Black with #A2013A

Text Example


Text Example

White with #A2013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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