Html Css Color HEX #A10411 Carmine

📋 copy color: '#A10411'

red 161 ◦ green 4 ◦ blue 17

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

Shades of Carmine #A10411

Tints of Carmine #A10411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 88.46%
G = 2.2%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A10411 (or 0xA10411) is known color: Carmine. HEX triplet: A1, 04 and 11. RGB value is (161,4,17). Sum of RGB (Red+Green+Blue) = 161+4+17=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A10411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10411 is #5EFBEE. Grayscale: #343434. Windows color (decimal): -6224879 or 1115297. OLE color: 1115297.

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

Color convert

RGB 161 4 17 -
CMYK 0 0.98 0.89 0.37
HSL 355.03º 0.95% 0.32% -
HSV(B) 355.03º 0.98% 0.63% -
XYZ 14.84 7.7 1.24 -
YUV 52.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 161 4 17 0 0.98 0.89 0.37 355.03 0.95 0.32
Hex A1 4 11 0 62 59 25 163 5F 20
Octal 241 4 21 0 142 131 45 543 137 40
Binary 10100001 100 10001 0 1100010 1011001 100101 101100011 1011111 100000

Color Harmonies of #A10411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10411

Black with #A10411

Text Example


Text Example

White with #A10411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10411; }

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

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

background-color css

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

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

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

border-color css

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

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

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