Html Css Color HEX #A10C1C Carmine

📋 copy color: '#A10C1C'

red 161 ◦ green 12 ◦ blue 28

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

Shades of Carmine #A10C1C

Tints of Carmine #A10C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 80.1%
G = 5.97%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A10C1C (or 0xA10C1C) is known color: Carmine. HEX triplet: A1, 0C and 1C. RGB value is (161,12,28). Sum of RGB (Red+Green+Blue) = 161+12+28=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10C1C is #5EF3E3. Grayscale: #3A3A3A. Windows color (decimal): -6222820 or 1838241. OLE color: 1838241.

HSL color Cylindrical-coordinate representation of color #A10C1C: hue angle of 353.56º 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 #A10C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 12 28 -
CMYK 0 0.93 0.83 0.37
HSL 353.56º 0.86% 0.34% -
HSV(B) 353.56º 0.93% 0.63% -
XYZ 15.04 7.92 1.84 -
YUV 58.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 161 12 28 0 0.93 0.83 0.37 353.56 0.86 0.34
Hex A1 C 1C 0 5D 53 25 162 56 22
Octal 241 14 34 0 135 123 45 542 126 42
Binary 10100001 1100 11100 0 1011101 1010011 100101 101100010 1010110 100010

Color Harmonies of #A10C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10C1C

Black with #A10C1C

Text Example


Text Example

White with #A10C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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