Html Css Color HEX #A10636 Carmine

📋 copy color: '#A10636'

red 161 ◦ green 6 ◦ blue 54

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

Shades of Carmine #A10636

Tints of Carmine #A10636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 72.85%
G = 2.71%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A10636 (or 0xA10636) is known color: Carmine. HEX triplet: A1, 06 and 36. RGB value is (161,6,54). Sum of RGB (Red+Green+Blue) = 161+6+54=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A10636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10636 is #5EF9C9. Grayscale: #393939. Windows color (decimal): -6224330 or 3540641. OLE color: 3540641.

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

Color convert

RGB 161 6 54 -
CMYK 0 0.96 0.66 0.37
HSL 341.42º 0.93% 0.33% -
HSV(B) 341.42º 0.96% 0.63% -
XYZ 15.43 7.97 4.22 -
YUV 57.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 161 6 54 0 0.96 0.66 0.37 341.42 0.93 0.33
Hex A1 6 36 0 60 42 25 155 5D 21
Octal 241 6 66 0 140 102 45 525 135 41
Binary 10100001 110 110110 0 1100000 1000010 100101 101010101 1011101 100001

Color Harmonies of #A10636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10636

Black with #A10636

Text Example


Text Example

White with #A10636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10636; }

 p { color: rgb(161,6,54); }

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

background-color css

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

 a { background-color: rgb(161,6,54); }

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

border-color css

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

 span { border-color: rgb(161,6,54); }

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