Html Css Color HEX #A2001C Carmine

📋 copy color: '#A2001C'

red 162 ◦ green 0 ◦ blue 28

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

Shades of Carmine #A2001C

Tints of Carmine #A2001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 85.26%
G = 0%
B = 14.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2001C (or 0xA2001C) is known color: Carmine. HEX triplet: A2, 00 and 1C. RGB value is (162,0,28). Sum of RGB (Red+Green+Blue) = 162+0+28=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001C is #5DFFE3. Grayscale: #333333. Windows color (decimal): -6160356 or 1835170. OLE color: 1835170.

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

Color convert

RGB 162 0 28 -
CMYK 0 1 0.83 0.36
HSL 349.63º 1% 0.32% -
HSV(B) 349.63º 1% 0.64% -
XYZ 15.11 7.77 1.8 -
YUV 51.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 162 0 28 0 1 0.83 0.36 349.63 1 0.32
Hex A2 0 1C 0 64 53 24 15E 64 20
Octal 242 0 34 0 144 123 44 536 144 40
Binary 10100010 0 11100 0 1100100 1010011 100100 101011110 1100100 100000

Color Harmonies of #A2001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2001C

Black with #A2001C

Text Example


Text Example

White with #A2001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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