Html Css Color HEX #A1042D Carmine

📋 copy color: '#A1042D'

red 161 ◦ green 4 ◦ blue 45

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

Shades of Carmine #A1042D

Tints of Carmine #A1042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 76.67%
G = 1.9%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1042D (or 0xA1042D) is known color: Carmine. HEX triplet: A1, 04 and 2D. RGB value is (161,4,45). Sum of RGB (Red+Green+Blue) = 161+4+45=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1042D is #5EFBD2. Grayscale: #373737. Windows color (decimal): -6224851 or 2950305. OLE color: 2950305.

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

Color convert

RGB 161 4 45 -
CMYK 0 0.98 0.72 0.37
HSL 344.33º 0.95% 0.32% -
HSV(B) 344.33º 0.98% 0.63% -
XYZ 15.22 7.85 3.2 -
YUV 55.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 161 4 45 0 0.98 0.72 0.37 344.33 0.95 0.32
Hex A1 4 2D 0 62 48 25 158 5F 20
Octal 241 4 55 0 142 110 45 530 137 40
Binary 10100001 100 101101 0 1100010 1001000 100101 101011000 1011111 100000

Color Harmonies of #A1042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1042D

Black with #A1042D

Text Example


Text Example

White with #A1042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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