Html Css Color HEX #A20629 Carmine

📋 copy color: '#A20629'

red 162 ◦ green 6 ◦ blue 41

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

Shades of Carmine #A20629

Tints of Carmine #A20629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 77.51%
G = 2.87%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20629 (or 0xA20629) is known color: Carmine. HEX triplet: A2, 06 and 29. RGB value is (162,6,41). Sum of RGB (Red+Green+Blue) = 162+6+41=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A20629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20629 is #5DF9D6. Grayscale: #383838. Windows color (decimal): -6158807 or 2688674. OLE color: 2688674.

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

Color convert

RGB 162 6 41 -
CMYK 0 0.96 0.75 0.36
HSL 346.54º 0.93% 0.33% -
HSV(B) 346.54º 0.96% 0.64% -
XYZ 15.37 7.97 2.83 -
YUV 56.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 162 6 41 0 0.96 0.75 0.36 346.54 0.93 0.33
Hex A2 6 29 0 60 4B 24 15B 5D 21
Octal 242 6 51 0 140 113 44 533 135 41
Binary 10100010 110 101001 0 1100000 1001011 100100 101011011 1011101 100001

Color Harmonies of #A20629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20629

Black with #A20629

Text Example


Text Example

White with #A20629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20629; }

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

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

background-color css

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

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

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

border-color css

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

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

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