Html Css Color HEX #A1041D Carmine

📋 copy color: '#A1041D'

red 161 ◦ green 4 ◦ blue 29

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

Shades of Carmine #A1041D

Tints of Carmine #A1041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 82.99%
G = 2.06%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1041D (or 0xA1041D) is known color: Carmine. HEX triplet: A1, 04 and 1D. RGB value is (161,4,29). Sum of RGB (Red+Green+Blue) = 161+4+29=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1041D is #5EFBE2. Grayscale: #353535. Windows color (decimal): -6224867 or 1901729. OLE color: 1901729.

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

Color convert

RGB 161 4 29 -
CMYK 0 0.98 0.82 0.37
HSL 350.45º 0.95% 0.32% -
HSV(B) 350.45º 0.98% 0.63% -
XYZ 14.96 7.75 1.87 -
YUV 53.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 161 4 29 0 0.98 0.82 0.37 350.45 0.95 0.32
Hex A1 4 1D 0 62 52 25 15E 5F 20
Octal 241 4 35 0 142 122 45 536 137 40
Binary 10100001 100 11101 0 1100010 1010010 100101 101011110 1011111 100000

Color Harmonies of #A1041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1041D

Black with #A1041D

Text Example


Text Example

White with #A1041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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