Html Css Color HEX #A41115 Carmine

📋 copy color: '#A41115'

red 164 ◦ green 17 ◦ blue 21

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

Shades of Carmine #A41115

Tints of Carmine #A41115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 81.19%
G = 8.42%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41115 (or 0xA41115) is known color: Carmine. HEX triplet: A4, 11 and 15. RGB value is (164,17,21). Sum of RGB (Red+Green+Blue) = 164+17+21=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41115 is #5BEEEA. Grayscale: #3D3D3D. Windows color (decimal): -6024939 or 1380772. OLE color: 1380772.

HSL color Cylindrical-coordinate representation of color #A41115: hue angle of 358.37º 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 #A41115 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 21 -
CMYK 0 0.90 0.87 0.36
HSL 358.37º 0.81% 0.35% -
HSV(B) 358.37º 0.9% 0.64% -
XYZ 15.65 8.35 1.5 -
YUV 61.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 164 17 21 0 0.90 0.87 0.36 358.37 0.81 0.35
Hex A4 11 15 0 5A 57 24 166 51 23
Octal 244 21 25 0 132 127 44 546 121 43
Binary 10100100 10001 10101 0 1011010 1010111 100100 101100110 1010001 100011

Color Harmonies of #A41115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41115

Black with #A41115

Text Example


Text Example

White with #A41115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41115; }

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

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

background-color css

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

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

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

border-color css

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

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

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