Html Css Color HEX #A1063A Carmine

📋 copy color: '#A1063A'

red 161 ◦ green 6 ◦ blue 58

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

Shades of Carmine #A1063A

Tints of Carmine #A1063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 71.56%
G = 2.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1063A (or 0xA1063A) is known color: Carmine. HEX triplet: A1, 06 and 3A. RGB value is (161,6,58). Sum of RGB (Red+Green+Blue) = 161+6+58=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1063A is #5EF9C5. Grayscale: #3A3A3A. Windows color (decimal): -6224326 or 3802785. OLE color: 3802785.

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

Color convert

RGB 161 6 58 -
CMYK 0 0.96 0.64 0.37
HSL 339.87º 0.93% 0.33% -
HSV(B) 339.87º 0.96% 0.63% -
XYZ 15.53 8.01 4.73 -
YUV 58.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 161 6 58 0 0.96 0.64 0.37 339.87 0.93 0.33
Hex A1 6 3A 0 60 40 25 154 5D 21
Octal 241 6 72 0 140 100 45 524 135 41
Binary 10100001 110 111010 0 1100000 1000000 100101 101010100 1011101 100001

Color Harmonies of #A1063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1063A

Black with #A1063A

Text Example


Text Example

White with #A1063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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