Html Css Color HEX #A2062D Carmine

📋 copy color: '#A2062D'

red 162 ◦ green 6 ◦ blue 45

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

Shades of Carmine #A2062D

Tints of Carmine #A2062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 76.06%
G = 2.82%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2062D (or 0xA2062D) is known color: Carmine. HEX triplet: A2, 06 and 2D. RGB value is (162,6,45). Sum of RGB (Red+Green+Blue) = 162+6+45=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2062D is #5DF9D2. Grayscale: #393939. Windows color (decimal): -6158803 or 2950818. OLE color: 2950818.

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

Color convert

RGB 162 6 45 -
CMYK 0 0.96 0.72 0.36
HSL 345º 0.93% 0.33% -
HSV(B) 345º 0.96% 0.64% -
XYZ 15.44 8 3.21 -
YUV 57.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 162 6 45 0 0.96 0.72 0.36 345 0.93 0.33
Hex A2 6 2D 0 60 48 24 159 5D 21
Octal 242 6 55 0 140 110 44 531 135 41
Binary 10100010 110 101101 0 1100000 1001000 100100 101011001 1011101 100001

Color Harmonies of #A2062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2062D

Black with #A2062D

Text Example


Text Example

White with #A2062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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