Html Css Color HEX #A2102A Carmine

📋 copy color: '#A2102A'

red 162 ◦ green 16 ◦ blue 42

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

Shades of Carmine #A2102A

Tints of Carmine #A2102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 73.64%
G = 7.27%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2102A (or 0xA2102A) is known color: Carmine. HEX triplet: A2, 10 and 2A. RGB value is (162,16,42). Sum of RGB (Red+Green+Blue) = 162+16+42=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102A is #5DEFD5. Grayscale: #3E3E3E. Windows color (decimal): -6156246 or 2756770. OLE color: 2756770.

HSL color Cylindrical-coordinate representation of color #A2102A: hue angle of 349.32º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2102A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 42 -
CMYK 0 0.90 0.74 0.36
HSL 349.32º 0.82% 0.35% -
HSV(B) 349.32º 0.9% 0.64% -
XYZ 15.5 8.22 2.96 -
YUV 62.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 162 16 42 0 0.90 0.74 0.36 349.32 0.82 0.35
Hex A2 10 2A 0 5A 4A 24 15D 52 23
Octal 242 20 52 0 132 112 44 535 122 43
Binary 10100010 10000 101010 0 1011010 1001010 100100 101011101 1010010 100011

Color Harmonies of #A2102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2102A

Black with #A2102A

Text Example


Text Example

White with #A2102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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