Html Css Color HEX #A2062C Carmine

📋 copy color: '#A2062C'

red 162 ◦ green 6 ◦ blue 44

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

Shades of Carmine #A2062C

Tints of Carmine #A2062C

RGB

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

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

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

R = 76.42%
G = 2.83%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2062C (or 0xA2062C) is known color: Carmine. HEX triplet: A2, 06 and 2C. RGB value is (162,6,44). Sum of RGB (Red+Green+Blue) = 162+6+44=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2062C is #5DF9D3. Grayscale: #383838. Windows color (decimal): -6158804 or 2885282. OLE color: 2885282.

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

Color convert

RGB 162 6 44 -
CMYK 0 0.96 0.73 0.36
HSL 345.38º 0.93% 0.33% -
HSV(B) 345.38º 0.96% 0.64% -
XYZ 15.42 7.99 3.11 -
YUV 56.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 162 6 44 0 0.96 0.73 0.36 345.38 0.93 0.33
Hex A2 6 2C 0 60 49 24 159 5D 21
Octal 242 6 54 0 140 111 44 531 135 41
Binary 10100010 110 101100 0 1100000 1001001 100100 101011001 1011101 100001

Color Harmonies of #A2062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2062C

Black with #A2062C

Text Example


Text Example

White with #A2062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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