Html Css Color HEX #A2011A Carmine

📋 copy color: '#A2011A'

red 162 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A2011A

Tints of Carmine #A2011A

RGB

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

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

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

R = 85.71%
G = 0.53%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2011A (or 0xA2011A) is known color: Carmine. HEX triplet: A2, 01 and 1A. RGB value is (162,1,26). Sum of RGB (Red+Green+Blue) = 162+1+26=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011A is #5DFEE5. Grayscale: #343434. Windows color (decimal): -6160102 or 1704354. OLE color: 1704354.

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

Color convert

RGB 162 1 26 -
CMYK 0 0.99 0.84 0.36
HSL 350.68º 0.99% 0.32% -
HSV(B) 350.68º 0.99% 0.64% -
XYZ 15.1 7.78 1.68 -
YUV 51.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 162 1 26 0 0.99 0.84 0.36 350.68 0.99 0.32
Hex A2 1 1A 0 63 54 24 15F 63 20
Octal 242 1 32 0 143 124 44 537 143 40
Binary 10100010 1 11010 0 1100011 1010100 100100 101011111 1100011 100000

Color Harmonies of #A2011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2011A

Black with #A2011A

Text Example


Text Example

White with #A2011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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