Html Css Color HEX #A1061D Carmine

📋 copy color: '#A1061D'

red 161 ◦ green 6 ◦ blue 29

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

Shades of Carmine #A1061D

Tints of Carmine #A1061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 82.14%
G = 3.06%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1061D (or 0xA1061D) is known color: Carmine. HEX triplet: A1, 06 and 1D. RGB value is (161,6,29). Sum of RGB (Red+Green+Blue) = 161+6+29=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1061D is #5EF9E2. Grayscale: #373737. Windows color (decimal): -6224355 or 1902241. OLE color: 1902241.

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

Color convert

RGB 161 6 29 -
CMYK 0 0.96 0.82 0.37
HSL 351.1º 0.93% 0.33% -
HSV(B) 351.1º 0.96% 0.63% -
XYZ 14.98 7.8 1.88 -
YUV 54.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 161 6 29 0 0.96 0.82 0.37 351.1 0.93 0.33
Hex A1 6 1D 0 60 52 25 15F 5D 21
Octal 241 6 35 0 140 122 45 537 135 41
Binary 10100001 110 11101 0 1100000 1010010 100101 101011111 1011101 100001

Color Harmonies of #A1061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1061D

Black with #A1061D

Text Example


Text Example

White with #A1061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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