Html Css Color HEX #A11130 Carmine

📋 copy color: '#A11130'

red 161 ◦ green 17 ◦ blue 48

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

Shades of Carmine #A11130

Tints of Carmine #A11130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 71.24%
G = 7.52%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A11130 (or 0xA11130) is known color: Carmine. HEX triplet: A1, 11 and 30. RGB value is (161,17,48). Sum of RGB (Red+Green+Blue) = 161+17+48=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A11130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11130 is #5EEECF. Grayscale: #3F3F3F. Windows color (decimal): -6221520 or 3150241. OLE color: 3150241.

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

Color convert

RGB 161 17 48 -
CMYK 0 0.89 0.70 0.37
HSL 347.08º 0.81% 0.35% -
HSV(B) 347.08º 0.89% 0.63% -
XYZ 15.43 8.19 3.56 -
YUV 63.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 161 17 48 0 0.89 0.70 0.37 347.08 0.81 0.35
Hex A1 11 30 0 59 46 25 15B 51 23
Octal 241 21 60 0 131 106 45 533 121 43
Binary 10100001 10001 110000 0 1011001 1000110 100101 101011011 1010001 100011

Color Harmonies of #A11130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11130

Black with #A11130

Text Example


Text Example

White with #A11130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11130; }

 p { color: rgb(161,17,48); }

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

background-color css

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

 a { background-color: rgb(161,17,48); }

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

border-color css

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

 span { border-color: rgb(161,17,48); }

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