Html Css Color HEX #A10C2A Carmine

📋 copy color: '#A10C2A'

red 161 ◦ green 12 ◦ blue 42

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

Shades of Carmine #A10C2A

Tints of Carmine #A10C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 74.88%
G = 5.58%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A10C2A (or 0xA10C2A) is known color: Carmine. HEX triplet: A1, 0C and 2A. RGB value is (161,12,42). Sum of RGB (Red+Green+Blue) = 161+12+42=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10C2A is #5EF3D5. Grayscale: #3B3B3B. Windows color (decimal): -6222806 or 2755745. OLE color: 2755745.

HSL color Cylindrical-coordinate representation of color #A10C2A: hue angle of 347.92º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10C2A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 12 42 -
CMYK 0 0.93 0.74 0.37
HSL 347.92º 0.86% 0.34% -
HSV(B) 347.92º 0.93% 0.63% -
XYZ 15.25 8.01 2.93 -
YUV 59.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 161 12 42 0 0.93 0.74 0.37 347.92 0.86 0.34
Hex A1 C 2A 0 5D 4A 25 15C 56 22
Octal 241 14 52 0 135 112 45 534 126 42
Binary 10100001 1100 101010 0 1011101 1001010 100101 101011100 1010110 100010

Color Harmonies of #A10C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10C2A

Black with #A10C2A

Text Example


Text Example

White with #A10C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10C2A; }

 p { color: rgb(161,12,42); }

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

background-color css

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

 a { background-color: rgb(161,12,42); }

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

border-color css

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

 span { border-color: rgb(161,12,42); }

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