Html Css Color HEX #A2071D Carmine

📋 copy color: '#A2071D'

red 162 ◦ green 7 ◦ blue 29

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

Shades of Carmine #A2071D

Tints of Carmine #A2071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

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

R = 81.82%
G = 3.54%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2071D (or 0xA2071D) is known color: Carmine. HEX triplet: A2, 07 and 1D. RGB value is (162,7,29). Sum of RGB (Red+Green+Blue) = 162+7+29=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071D is #5DF8E2. Grayscale: #373737. Windows color (decimal): -6158563 or 1902498. OLE color: 1902498.

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

Color convert

RGB 162 7 29 -
CMYK 0 0.96 0.82 0.36
HSL 351.48º 0.92% 0.33% -
HSV(B) 351.48º 0.96% 0.64% -
XYZ 15.2 7.92 1.89 -
YUV 55.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 162 7 29 0 0.96 0.82 0.36 351.48 0.92 0.33
Hex A2 7 1D 0 60 52 24 15F 5C 21
Octal 242 7 35 0 140 122 44 537 134 41
Binary 10100010 111 11101 0 1100000 1010010 100100 101011111 1011100 100001

Color Harmonies of #A2071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2071D

Black with #A2071D

Text Example


Text Example

White with #A2071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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