Html Css Color HEX #A2002C Carmine

📋 copy color: '#A2002C'

red 162 ◦ green 0 ◦ blue 44

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

Shades of Carmine #A2002C

Tints of Carmine #A2002C

RGB

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

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

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

R = 78.64%
G = 0%
B = 21.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2002C (or 0xA2002C) is known color: Carmine. HEX triplet: A2, 00 and 2C. RGB value is (162,0,44). Sum of RGB (Red+Green+Blue) = 162+0+44=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002C is #5DFFD3. Grayscale: #353535. Windows color (decimal): -6160340 or 2883746. OLE color: 2883746.

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

Color convert

RGB 162 0 44 -
CMYK 0 1 0.73 0.36
HSL 343.7º 1% 0.32% -
HSV(B) 343.7º 1% 0.64% -
XYZ 15.35 7.86 3.09 -
YUV 53.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 162 0 44 0 1 0.73 0.36 343.7 1 0.32
Hex A2 0 2C 0 64 49 24 158 64 20
Octal 242 0 54 0 144 111 44 530 144 40
Binary 10100010 0 101100 0 1100100 1001001 100100 101011000 1100100 100000

Color Harmonies of #A2002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2002C

Black with #A2002C

Text Example


Text Example

White with #A2002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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