Html Css Color HEX #A2041D Carmine

📋 copy color: '#A2041D'

red 162 ◦ green 4 ◦ blue 29

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

Shades of Carmine #A2041D

Tints of Carmine #A2041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 83.08%
G = 2.05%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2041D (or 0xA2041D) is known color: Carmine. HEX triplet: A2, 04 and 1D. RGB value is (162,4,29). Sum of RGB (Red+Green+Blue) = 162+4+29=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2041D is #5DFBE2. Grayscale: #363636. Windows color (decimal): -6159331 or 1901730. OLE color: 1901730.

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

Color convert

RGB 162 4 29 -
CMYK 0 0.98 0.82 0.36
HSL 350.51º 0.95% 0.33% -
HSV(B) 350.51º 0.98% 0.64% -
XYZ 15.17 7.86 1.88 -
YUV 54.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 162 4 29 0 0.98 0.82 0.36 350.51 0.95 0.33
Hex A2 4 1D 0 62 52 24 15F 5F 21
Octal 242 4 35 0 142 122 44 537 137 41
Binary 10100010 100 11101 0 1100010 1010010 100100 101011111 1011111 100001

Color Harmonies of #A2041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2041D

Black with #A2041D

Text Example


Text Example

White with #A2041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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