Html Css Color HEX #A1021A Carmine

📋 copy color: '#A1021A'

red 161 ◦ green 2 ◦ blue 26

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

Shades of Carmine #A1021A

Tints of Carmine #A1021A

RGB

 RED value IS 161 (63.28% from 255) = 85.19%

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 85.19%
G = 1.06%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1021A (or 0xA1021A) is known color: Carmine. HEX triplet: A1, 02 and 1A. RGB value is (161,2,26). Sum of RGB (Red+Green+Blue) = 161+2+26=189 (25% of max value = 765). Red value is 161 (63.28% from 255 or 85.19% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 161 - color contains mainly: red. Hex color #A1021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1021A is #5EFDE5. Grayscale: #343434. Windows color (decimal): -6225382 or 1704609. OLE color: 1704609.

HSL color Cylindrical-coordinate representation of color #A1021A: hue angle of 350.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 26 -
CMYK 0 0.99 0.84 0.37
HSL 350.94º 0.98% 0.32% -
HSV(B) 350.94º 0.99% 0.63% -
XYZ 14.91 7.7 1.68 -
YUV 52.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 161 2 26 0 0.99 0.84 0.37 350.94 0.98 0.32
Hex A1 2 1A 0 63 54 25 15F 62 20
Octal 241 2 32 0 143 124 45 537 142 40
Binary 10100001 10 11010 0 1100011 1010100 100101 101011111 1100010 100000

Color Harmonies of #A1021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1021A

Black with #A1021A

Text Example


Text Example

White with #A1021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1021A; }

 p { color: rgb(161,2,26); }

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

background-color css

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

 a { background-color: rgb(161,2,26); }

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

border-color css

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

 span { border-color: rgb(161,2,26); }

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