Html Css Color HEX #A1021E Carmine

📋 copy color: '#A1021E'

red 161 ◦ green 2 ◦ blue 30

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

Shades of Carmine #A1021E

Tints of Carmine #A1021E

RGB

 RED value IS 161 (63.28% from 255) = 83.42%

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 83.42%
G = 1.04%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1021E (or 0xA1021E) is known color: Carmine. HEX triplet: A1, 02 and 1E. RGB value is (161,2,30). Sum of RGB (Red+Green+Blue) = 161+2+30=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A1021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1021E is #5EFDE1. Grayscale: #343434. Windows color (decimal): -6225378 or 1966753. OLE color: 1966753.

HSL color Cylindrical-coordinate representation of color #A1021E: hue angle of 349.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1021E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 30 -
CMYK 0 0.99 0.81 0.37
HSL 349.43º 0.98% 0.32% -
HSV(B) 349.43º 0.99% 0.63% -
XYZ 14.95 7.71 1.93 -
YUV 52.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 161 2 30 0 0.99 0.81 0.37 349.43 0.98 0.32
Hex A1 2 1E 0 63 51 25 15D 62 20
Octal 241 2 36 0 143 121 45 535 142 40
Binary 10100001 10 11110 0 1100011 1010001 100101 101011101 1100010 100000

Color Harmonies of #A1021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1021E

Black with #A1021E

Text Example


Text Example

White with #A1021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1021E; }

 p { color: rgb(161,2,30); }

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

background-color css

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

 a { background-color: rgb(161,2,30); }

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

border-color css

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

 span { border-color: rgb(161,2,30); }

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