Html Css Color HEX #A2042C Carmine

📋 copy color: '#A2042C'

red 162 ◦ green 4 ◦ blue 44

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

Shades of Carmine #A2042C

Tints of Carmine #A2042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 77.14%
G = 1.9%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2042C (or 0xA2042C) is known color: Carmine. HEX triplet: A2, 04 and 2C. RGB value is (162,4,44). Sum of RGB (Red+Green+Blue) = 162+4+44=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2042C is #5DFBD3. Grayscale: #373737. Windows color (decimal): -6159316 or 2884770. OLE color: 2884770.

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

Color convert

RGB 162 4 44 -
CMYK 0 0.98 0.73 0.36
HSL 344.81º 0.95% 0.33% -
HSV(B) 344.81º 0.98% 0.64% -
XYZ 15.4 7.95 3.11 -
YUV 55.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 162 4 44 0 0.98 0.73 0.36 344.81 0.95 0.33
Hex A2 4 2C 0 62 49 24 159 5F 21
Octal 242 4 54 0 142 111 44 531 137 41
Binary 10100010 100 101100 0 1100010 1001001 100100 101011001 1011111 100001

Color Harmonies of #A2042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2042C

Black with #A2042C

Text Example


Text Example

White with #A2042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2042C; }

 p { color: rgb(162,4,44); }

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

background-color css

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

 a { background-color: rgb(162,4,44); }

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

border-color css

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

 span { border-color: rgb(162,4,44); }

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