Html Css Color HEX #A2012A Carmine

📋 copy color: '#A2012A'

red 162 ◦ green 1 ◦ blue 42

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

Shades of Carmine #A2012A

Tints of Carmine #A2012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 79.02%
G = 0.49%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2012A (or 0xA2012A) is known color: Carmine. HEX triplet: A2, 01 and 2A. RGB value is (162,1,42). Sum of RGB (Red+Green+Blue) = 162+1+42=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A2012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2012A is #5DFED5. Grayscale: #353535. Windows color (decimal): -6160086 or 2752930. OLE color: 2752930.

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

Color convert

RGB 162 1 42 -
CMYK 0 0.99 0.74 0.36
HSL 344.72º 0.99% 0.32% -
HSV(B) 344.72º 0.99% 0.64% -
XYZ 15.33 7.87 2.9 -
YUV 53.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 162 1 42 0 0.99 0.74 0.36 344.72 0.99 0.32
Hex A2 1 2A 0 63 4A 24 159 63 20
Octal 242 1 52 0 143 112 44 531 143 40
Binary 10100010 1 101010 0 1100011 1001010 100100 101011001 1100011 100000

Color Harmonies of #A2012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2012A

Black with #A2012A

Text Example


Text Example

White with #A2012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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