Html Css Color HEX #A2102D Carmine

📋 copy color: '#A2102D'

red 162 ◦ green 16 ◦ blue 45

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

Shades of Carmine #A2102D

Tints of Carmine #A2102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 72.65%
G = 7.17%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2102D (or 0xA2102D) is known color: Carmine. HEX triplet: A2, 10 and 2D. RGB value is (162,16,45). Sum of RGB (Red+Green+Blue) = 162+16+45=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102D is #5DEFD2. Grayscale: #3E3E3E. Windows color (decimal): -6156243 or 2953378. OLE color: 2953378.

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

Color convert

RGB 162 16 45 -
CMYK 0 0.90 0.72 0.36
HSL 348.08º 0.82% 0.35% -
HSV(B) 348.08º 0.9% 0.64% -
XYZ 15.56 8.24 3.25 -
YUV 62.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 162 16 45 0 0.90 0.72 0.36 348.08 0.82 0.35
Hex A2 10 2D 0 5A 48 24 15C 52 23
Octal 242 20 55 0 132 110 44 534 122 43
Binary 10100010 10000 101101 0 1011010 1001000 100100 101011100 1010010 100011

Color Harmonies of #A2102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2102D

Black with #A2102D

Text Example


Text Example

White with #A2102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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