Html Css Color HEX #A20128 Carmine

📋 copy color: '#A20128'

red 162 ◦ green 1 ◦ blue 40

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

Shades of Carmine #A20128

Tints of Carmine #A20128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 79.8%
G = 0.49%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20128 (or 0xA20128) is known color: Carmine. HEX triplet: A2, 01 and 28. RGB value is (162,1,40). Sum of RGB (Red+Green+Blue) = 162+1+40=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20128 is #5DFED7. Grayscale: #353535. Windows color (decimal): -6160088 or 2621858. OLE color: 2621858.

HSL color Cylindrical-coordinate representation of color #A20128: hue angle of 345.47º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20128 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 40 -
CMYK 0 0.99 0.75 0.36
HSL 345.47º 0.99% 0.32% -
HSV(B) 345.47º 0.99% 0.64% -
XYZ 15.29 7.86 2.72 -
YUV 53.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 162 1 40 0 0.99 0.75 0.36 345.47 0.99 0.32
Hex A2 1 28 0 63 4B 24 159 63 20
Octal 242 1 50 0 143 113 44 531 143 40
Binary 10100010 1 101000 0 1100011 1001011 100100 101011001 1100011 100000

Color Harmonies of #A20128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20128

Black with #A20128

Text Example


Text Example

White with #A20128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20128; }

 p { color: rgb(162,1,40); }

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

background-color css

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

 a { background-color: rgb(162,1,40); }

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

border-color css

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

 span { border-color: rgb(162,1,40); }

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