Html Css Color HEX #A20127 Carmine

📋 copy color: '#A20127'

red 162 ◦ green 1 ◦ blue 39

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

Shades of Carmine #A20127

Tints of Carmine #A20127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 80.2%
G = 0.5%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A20127 (or 0xA20127) is known color: Carmine. HEX triplet: A2, 01 and 27. RGB value is (162,1,39). Sum of RGB (Red+Green+Blue) = 162+1+39=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20127 is #5DFED8. Grayscale: #353535. Windows color (decimal): -6160089 or 2556322. OLE color: 2556322.

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

Color convert

RGB 162 1 39 -
CMYK 0 0.99 0.76 0.36
HSL 345.84º 0.99% 0.32% -
HSV(B) 345.84º 0.99% 0.64% -
XYZ 15.28 7.85 2.63 -
YUV 53.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 162 1 39 0 0.99 0.76 0.36 345.84 0.99 0.32
Hex A2 1 27 0 63 4C 24 15A 63 20
Octal 242 1 47 0 143 114 44 532 143 40
Binary 10100010 1 100111 0 1100011 1001100 100100 101011010 1100011 100000

Color Harmonies of #A20127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20127

Black with #A20127

Text Example


Text Example

White with #A20127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20127; }

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

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

background-color css

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

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

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

border-color css

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

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

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