Html Css Color HEX #A2001A Carmine

📋 copy color: '#A2001A'

red 162 ◦ green 0 ◦ blue 26

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

Shades of Carmine #A2001A

Tints of Carmine #A2001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.17%
G = 0%
B = 13.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2001A (or 0xA2001A) is known color: Carmine. HEX triplet: A2, 00 and 1A. RGB value is (162,0,26). Sum of RGB (Red+Green+Blue) = 162+0+26=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001A is #5DFFE5. Grayscale: #333333. Windows color (decimal): -6160358 or 1704098. OLE color: 1704098.

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

Color convert

RGB 162 0 26 -
CMYK 0 1 0.84 0.36
HSL 350.37º 1% 0.32% -
HSV(B) 350.37º 1% 0.64% -
XYZ 15.09 7.76 1.68 -
YUV 51.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 162 0 26 0 1 0.84 0.36 350.37 1 0.32
Hex A2 0 1A 0 64 54 24 15E 64 20
Octal 242 0 32 0 144 124 44 536 144 40
Binary 10100010 0 11010 0 1100100 1010100 100100 101011110 1100100 100000

Color Harmonies of #A2001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2001A

Black with #A2001A

Text Example


Text Example

White with #A2001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2001A; }

 p { color: rgb(162,0,26); }

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

background-color css

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

 a { background-color: rgb(162,0,26); }

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

border-color css

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

 span { border-color: rgb(162,0,26); }

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