Html Css Color HEX #A2012C Carmine

📋 copy color: '#A2012C'

red 162 ◦ green 1 ◦ blue 44

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

Shades of Carmine #A2012C

Tints of Carmine #A2012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 78.26%
G = 0.48%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2012C (or 0xA2012C) is known color: Carmine. HEX triplet: A2, 01 and 2C. RGB value is (162,1,44). Sum of RGB (Red+Green+Blue) = 162+1+44=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A2012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2012C is #5DFED3. Grayscale: #363636. Windows color (decimal): -6160084 or 2884002. OLE color: 2884002.

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

Color convert

RGB 162 1 44 -
CMYK 0 0.99 0.73 0.36
HSL 343.98º 0.99% 0.32% -
HSV(B) 343.98º 0.99% 0.64% -
XYZ 15.37 7.88 3.09 -
YUV 54.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 162 1 44 0 0.99 0.73 0.36 343.98 0.99 0.32
Hex A2 1 2C 0 63 49 24 158 63 20
Octal 242 1 54 0 143 111 44 530 143 40
Binary 10100010 1 101100 0 1100011 1001001 100100 101011000 1100011 100000

Color Harmonies of #A2012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2012C

Black with #A2012C

Text Example


Text Example

White with #A2012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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