Html Css Color HEX #A11525 Carmine

📋 copy color: '#A11525'

red 161 ◦ green 21 ◦ blue 37

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

Shades of Carmine #A11525

Tints of Carmine #A11525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 37 (14.84% from 255) = 16.89%

R = 73.52%
G = 9.59%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A11525 (or 0xA11525) is known color: Carmine. HEX triplet: A1, 15 and 25. RGB value is (161,21,37). Sum of RGB (Red+Green+Blue) = 161+21+37=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A11525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11525 is #5EEADA. Grayscale: #404040. Windows color (decimal): -6220507 or 2430369. OLE color: 2430369.

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

Color convert

RGB 161 21 37 -
CMYK 0 0.87 0.77 0.37
HSL 353.14º 0.77% 0.36% -
HSV(B) 353.14º 0.87% 0.63% -
XYZ 15.3 8.25 2.54 -
YUV 64.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 161 21 37 0 0.87 0.77 0.37 353.14 0.77 0.36
Hex A1 15 25 0 57 4D 25 161 4D 24
Octal 241 25 45 0 127 115 45 541 115 44
Binary 10100001 10101 100101 0 1010111 1001101 100101 101100001 1001101 100100

Color Harmonies of #A11525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11525

Black with #A11525

Text Example


Text Example

White with #A11525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11525; }

 p { color: rgb(161,21,37); }

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

background-color css

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

 a { background-color: rgb(161,21,37); }

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

border-color css

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

 span { border-color: rgb(161,21,37); }

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