Html Css Color HEX #A20625 Carmine

📋 copy color: '#A20625'

red 162 ◦ green 6 ◦ blue 37

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

Shades of Carmine #A20625

Tints of Carmine #A20625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 79.02%
G = 2.93%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20625 (or 0xA20625) is known color: Carmine. HEX triplet: A2, 06 and 25. RGB value is (162,6,37). Sum of RGB (Red+Green+Blue) = 162+6+37=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20625 is #5DF9DA. Grayscale: #383838. Windows color (decimal): -6158811 or 2426530. OLE color: 2426530.

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

Color convert

RGB 162 6 37 -
CMYK 0 0.96 0.77 0.36
HSL 348.08º 0.93% 0.33% -
HSV(B) 348.08º 0.96% 0.64% -
XYZ 15.3 7.95 2.48 -
YUV 56.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 162 6 37 0 0.96 0.77 0.36 348.08 0.93 0.33
Hex A2 6 25 0 60 4D 24 15C 5D 21
Octal 242 6 45 0 140 115 44 534 135 41
Binary 10100010 110 100101 0 1100000 1001101 100100 101011100 1011101 100001

Color Harmonies of #A20625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20625

Black with #A20625

Text Example


Text Example

White with #A20625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20625; }

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

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

background-color css

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

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

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

border-color css

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

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

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