Html Css Color HEX #A2001F Carmine

📋 copy color: '#A2001F'

red 162 ◦ green 0 ◦ blue 31

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

Shades of Carmine #A2001F

Tints of Carmine #A2001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 83.94%
G = 0%
B = 16.06%

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

#A2001F (or 0xA2001F) is known color: Carmine. HEX triplet: A2, 00 and 1F. RGB value is (162,0,31). Sum of RGB (Red+Green+Blue) = 162+0+31=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001F is #5DFFE0. Grayscale: #343434. Windows color (decimal): -6160353 or 2031778. OLE color: 2031778.

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

Color convert

RGB 162 0 31 -
CMYK 0 1 0.81 0.36
HSL 348.52º 1% 0.32% -
HSV(B) 348.52º 1% 0.64% -
XYZ 15.15 7.78 2 -
YUV 51.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 162 0 31 0 1 0.81 0.36 348.52 1 0.32
Hex A2 0 1F 0 64 51 24 15D 64 20
Octal 242 0 37 0 144 121 44 535 144 40
Binary 10100010 0 11111 0 1100100 1010001 100100 101011101 1100100 100000

Color Harmonies of #A2001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2001F

Black with #A2001F

Text Example


Text Example

White with #A2001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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