Html Css Color HEX #A1181D Carmine

📋 copy color: '#A1181D'

red 161 ◦ green 24 ◦ blue 29

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

Shades of Carmine #A1181D

Tints of Carmine #A1181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 75.23%
G = 11.21%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1181D (or 0xA1181D) is known color: Carmine. HEX triplet: A1, 18 and 1D. RGB value is (161,24,29). Sum of RGB (Red+Green+Blue) = 161+24+29=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1181D is #5EE7E2. Grayscale: #414141. Windows color (decimal): -6219747 or 1906849. OLE color: 1906849.

HSL color Cylindrical-coordinate representation of color #A1181D: hue angle of 357.81º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1181D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 29 -
CMYK 0 0.85 0.82 0.37
HSL 357.81º 0.74% 0.36% -
HSV(B) 357.81º 0.85% 0.63% -
XYZ 15.25 8.32 1.96 -
YUV 65.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 161 24 29 0 0.85 0.82 0.37 357.81 0.74 0.36
Hex A1 18 1D 0 55 52 25 166 4A 24
Octal 241 30 35 0 125 122 45 546 112 44
Binary 10100001 11000 11101 0 1010101 1010010 100101 101100110 1001010 100100

Color Harmonies of #A1181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1181D

Black with #A1181D

Text Example


Text Example

White with #A1181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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