Html Css Color HEX #A41125 Carmine

📋 copy color: '#A41125'

red 164 ◦ green 17 ◦ blue 37

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

Shades of Carmine #A41125

Tints of Carmine #A41125

RGB

 RED value IS 164 (64.45% from 255) = 75.23%

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

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

R = 75.23%
G = 7.8%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A41125 (or 0xA41125) is known color: Carmine. HEX triplet: A4, 11 and 25. RGB value is (164,17,37). Sum of RGB (Red+Green+Blue) = 164+17+37=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A41125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41125 is #5BEEDA. Grayscale: #3F3F3F. Windows color (decimal): -6024923 or 2429348. OLE color: 2429348.

HSL color Cylindrical-coordinate representation of color #A41125: hue angle of 351.84º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41125 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 37 -
CMYK 0 0.90 0.77 0.36
HSL 351.84º 0.81% 0.35% -
HSV(B) 351.84º 0.9% 0.64% -
XYZ 15.84 8.43 2.54 -
YUV 63.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 164 17 37 0 0.90 0.77 0.36 351.84 0.81 0.35
Hex A4 11 25 0 5A 4D 24 160 51 23
Octal 244 21 45 0 132 115 44 540 121 43
Binary 10100100 10001 100101 0 1011010 1001101 100100 101100000 1010001 100011

Color Harmonies of #A41125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41125

Black with #A41125

Text Example


Text Example

White with #A41125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41125; }

 p { color: rgb(164,17,37); }

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

background-color css

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

 a { background-color: rgb(164,17,37); }

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

border-color css

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

 span { border-color: rgb(164,17,37); }

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