Html Css Color HEX #A2042A Carmine

📋 copy color: '#A2042A'

red 162 ◦ green 4 ◦ blue 42

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

Shades of Carmine #A2042A

Tints of Carmine #A2042A

RGB

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

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

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

R = 77.88%
G = 1.92%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2042A (or 0xA2042A) is known color: Carmine. HEX triplet: A2, 04 and 2A. RGB value is (162,4,42). Sum of RGB (Red+Green+Blue) = 162+4+42=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2042A is #5DFBD5. Grayscale: #373737. Windows color (decimal): -6159318 or 2753698. OLE color: 2753698.

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

Color convert

RGB 162 4 42 -
CMYK 0 0.98 0.74 0.36
HSL 345.57º 0.95% 0.33% -
HSV(B) 345.57º 0.98% 0.64% -
XYZ 15.36 7.94 2.91 -
YUV 55.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 162 4 42 0 0.98 0.74 0.36 345.57 0.95 0.33
Hex A2 4 2A 0 62 4A 24 15A 5F 21
Octal 242 4 52 0 142 112 44 532 137 41
Binary 10100010 100 101010 0 1100010 1001010 100100 101011010 1011111 100001

Color Harmonies of #A2042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2042A

Black with #A2042A

Text Example


Text Example

White with #A2042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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