Html Css Color HEX #A2001E Carmine

📋 copy color: '#A2001E'

red 162 ◦ green 0 ◦ blue 30

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

Shades of Carmine #A2001E

Tints of Carmine #A2001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 84.38%
G = 0%
B = 15.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2001E (or 0xA2001E) is known color: Carmine. HEX triplet: A2, 00 and 1E. RGB value is (162,0,30). Sum of RGB (Red+Green+Blue) = 162+0+30=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001E is #5DFFE1. Grayscale: #333333. Windows color (decimal): -6160354 or 1966242. OLE color: 1966242.

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

Color convert

RGB 162 0 30 -
CMYK 0 1 0.81 0.36
HSL 348.89º 1% 0.32% -
HSV(B) 348.89º 1% 0.64% -
XYZ 15.13 7.78 1.93 -
YUV 51.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 162 0 30 0 1 0.81 0.36 348.89 1 0.32
Hex A2 0 1E 0 64 51 24 15D 64 20
Octal 242 0 36 0 144 121 44 535 144 40
Binary 10100010 0 11110 0 1100100 1010001 100100 101011101 1100100 100000

Color Harmonies of #A2001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2001E

Black with #A2001E

Text Example


Text Example

White with #A2001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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