Html Css Color HEX #A1022D Carmine

📋 copy color: '#A1022D'

red 161 ◦ green 2 ◦ blue 45

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

Shades of Carmine #A1022D

Tints of Carmine #A1022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 77.4%
G = 0.96%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1022D (or 0xA1022D) is known color: Carmine. HEX triplet: A1, 02 and 2D. RGB value is (161,2,45). Sum of RGB (Red+Green+Blue) = 161+2+45=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1022D is #5EFDD2. Grayscale: #363636. Windows color (decimal): -6225363 or 2949793. OLE color: 2949793.

HSL color Cylindrical-coordinate representation of color #A1022D: hue angle of 343.77º 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 #A1022D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 45 -
CMYK 0 0.99 0.72 0.37
HSL 343.77º 0.98% 0.32% -
HSV(B) 343.77º 0.99% 0.63% -
XYZ 15.19 7.81 3.19 -
YUV 54.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 161 2 45 0 0.99 0.72 0.37 343.77 0.98 0.32
Hex A1 2 2D 0 63 48 25 158 62 20
Octal 241 2 55 0 143 110 45 530 142 40
Binary 10100001 10 101101 0 1100011 1001000 100101 101011000 1100010 100000

Color Harmonies of #A1022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1022D

Black with #A1022D

Text Example


Text Example

White with #A1022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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